Skip to content
Vincent Orback edited this page Dec 14, 2016 · 7 revisions

Naming conventions

Preprocessors

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

Linting

Has presets like for bem and suit.

View an example here using a config for SUIT CSS.

Clone this wiki locally