What is the right approach for css file import? #174
Unanswered
borsemayur2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting
TypeError: Cannot resolve module "file:///home/mb/my/career/deno/aleph/todos-app/.aleph/development/-/cdn.https://cdn.esm.sh/[email protected]/dist/antd.css"
error for direct import ofhttps://cdn.esm.sh/[email protected]/dist/antd.css
. But the same file works (and styles are applied) if I save the code inpublic/antd.css/
and import from there.Is that the right approach or is there any other way to import css files?
Beta Was this translation helpful? Give feedback.
All reactions