csstools / system-font-css

Use the native system font of the OS running the browser
https://jonathantneal.github.io/system-font-css/
Other
521 stars 34 forks source link

Scss @import gets confused between css and scss files #12

Open asuh opened 6 years ago

asuh commented 6 years ago

Because the CSS is in the root and the duplicated preprocessor files also list in the root, the @import into a global main.scss doesn't know which file to import. It might be wise to relocate the css file into src/ and the duplicated files into dist/.

zachleat commented 6 years ago

I’m guessing this is related to the PR I just closed—can you attach the error message you’re seeing? Do we not need a .scss file at all?