- @use and @forward are used to reference other files, as well as @import
- Sass also allows comma separated @import values. @import 'foundation/code', 'foundation/lists';
- Sass allows media queries in the @import statements @import "landscape" screen and (orientation: landscape);
- Sass has weird resolution rules for @import "file": It looks for file.css, file.sass, file.scss, _file.scss, _file.sass, file/_index.scss, etc. I’m not sure exactly what the priorities of them are, but I think the underscores take precedence.
-
Notifications
You must be signed in to change notification settings - Fork 0
codepen/tree-sitter-cpcss
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published