Skip to content

Instantly share code, notes, and snippets.

@paultibbetts
Last active March 19, 2016 17:06
Show Gist options
  • Save paultibbetts/bd6269aadd6cd6f1ca7e to your computer and use it in GitHub Desktop.
Save paultibbetts/bd6269aadd6cd6f1ca7e to your computer and use it in GitHub Desktop.
I migrated from Sass to PostCSS this weekend, this is how it went
  • postcss
  • precss
  • postcss-css-variables with fallbacks
  • postcss-map for yml config files
  • doiuse (unsure how to use as plugin)
  • css-colorguard
  • postcss-bem-linter (could get it to work with components but not utilities)
  • stylelint (working with very basic rules)
  • postcss-inline-svg (needed for work not Cardigan toolkit)
  • postcss-font-magician (needed for work not Cardigan toolkit)
  • need to work out which classes are used by microformats as want to use u-namespace - see this gist
@paultibbetts
Copy link
Author

question - should I go through each "pack" and manually install the plugins? this would give me more control at the expense of time and I wouldn't be able to "track" precss for updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment