csstools / csstools/system-font-css
Scss @import gets confused between css and scss files
Open
- Dominant language
- HTML
- Stars
- 528
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
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/`.
Contributor guide
Assessment
This issue has not been assessed yet.