-
Notifications
You must be signed in to change notification settings - Fork 0
CSS
Vincent Orback edited this page Dec 14, 2016
·
7 revisions
PostCSS does nothing from the start, but using its more than 200 plugins it lets you write CSS the way you want. Some great plugins are:
- autoprefixer
- postcss-bem-linter
- postcss-calc
- postcss-color-function
- postcss-css-variables
- postcss-import
- postcss-reporter
- stylelint
##SASS
Has presets like for bem
and suit
.
View an example here using a config for SUIT CSS.