Skip to content

Releases: astroturfcss/gatsby-plugin-astroturf

v0.2.1

26 Feb 17:17
Compare
Choose a tag to compare
  • add support for TypeScript

v0.2.0

19 Oct 20:04
Compare
Choose a tag to compare
  • you can now set the extension option
  • gatsby-plugin-postcss is no longer a peer dependency
  • added instructions for Sass, Less etc.

v0.1.0

19 Oct 19:56
Compare
Choose a tag to compare

gatsby-plugin-postcss

We no longer mess with CSS configuration, instead we're setting the extension to .module.css to match Gatsby's existing CSS Modules webpack rule.

Nesting support is needed for astroturf to work properly, so we added gatsby-plugin-postcss as a peer dependency, people should use it to at least set up postcss-nested or another plugin which also contains nesting support.