csstools / postcss-sassLinks
Use Sass as a PostCSS plugin
☆149Updated 2 months ago
Alternatives and similar repositories for postcss-sass
Users that are interested in postcss-sass are comparing it to the libraries listed below
Sorting:
- Disallow property values that are ignored due to another property value in the same rule.☆108Updated this week
- Use Sass-like variables, conditionals, and iterators in CSS☆144Updated last year
- Use the extend at-rule and functional selectors in CSS☆54Updated 3 weeks ago
- automatically keep css selectors unique.☆98Updated this week
- 👩👧👦 PostCSS plugin to reference any parent/ancestor selector in nested CSS.☆105Updated 2 weeks ago
- Use variables, JS-like expressions, and even markup-powered logic in your HTML.☆122Updated last year
- A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path, e.g. @import-glob "**/*.css";☆40Updated 3 years ago
- Modules Plugin☆84Updated 2 years ago
- A PostCSS plugin to emulate flex gap using margins☆159Updated 2 weeks ago
- PostCSS plugin to replace easing names to cubic-bezier()☆155Updated this week
- Specify properties for which a variable, function, keyword or value must be used.☆142Updated 10 months ago
- PostCSS plugin to inline @import rules content with extra features☆199Updated 2 years ago
- Stylelint rule for preventing the use of low performance animation and transition properties.☆84Updated this week
- A PostCSS plugin and Javascript runtime combination, which allows you to write container queries in your CSS the same way you would write…