Is atropos compatable with remix run? If yes then how do I import the css? #44
Unanswered
anuragnandi
asked this question in
Q&A
Replies: 1 comment
-
It is! In import atropos from 'atropos/atropos.css?url';
export const links: LinksFunction = () => [
{ href: atropos, rel: 'stylesheet' },
]; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using remix run framework with the default bundler. I get errors like atropos/css not found when I am importing it.
import 'atropos/css'
the above does not work.
Beta Was this translation helpful? Give feedback.
All reactions