Skip to content
Discussion options

You must be logged in to vote

Remix will not compile your SCSS files automatically. You'll need to use postcss to do compile to a css file and import that. This is similar to how you would run tailwind compiler to generate the css file.

import stylesHref from '~/app/styles/styles.css'
export const links: LinksFunction = () => [
  { rel: 'stylesheet', href: stylesHref },
]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ram2104
Comment options

Answer selected by ram2104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants