©TriMoon™©
Deno12mo ago
©TriMoon™

Import type: css ?

is there a way to allow this in deno LSP:
import style from './xxx.css' with { type: 'css' };

I get "Importing these modules is not supported." deno-ts(6263)

I'm currently using es-module-shims.js in my HTML page...
Was this page helpful?