Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Releases: silvenon/css-customs

v0.4.0

29 Jan 01:29
Compare
Choose a tag to compare
  • bump dependencies

v0.3.0

23 Mar 09:58
Compare
Choose a tag to compare

gatsby-plugin-css-customs

  • fix functionality for SSR stage, now you're required to define customs in .module.css files

v0.2.3

06 Jan 10:49
Compare
Choose a tag to compare

css-customs-loader

gatsby-plugin-css-customs

  • only add css-customs-loader if css-loader exists (there is a rule with only null-loader)

v0.2.2

29 Nov 15:12
Compare
Choose a tag to compare
  • make version range of peer dependencies more realistic

v0.2.1

29 Nov 15:12
Compare
Choose a tag to compare
  • closely mimic how postcss-loader handles configuration, which should fix potential issues with css-loader's importLoaders option

v0.2.0

29 Nov 12:27
Compare
Choose a tag to compare
  • remove the need for adding preserve: true to your postcss-preset-env configuration
  • postcss-loader and postcss-preset-env are now recommended and required for css-customs-loader to work properly
  • applying any additional webpack loaders after postcss-loader and PostCSS plugins before postcss-preset-env before extracting customs (see tests to see what I mean)

v0.1.3

19 Nov 20:52
Compare
Choose a tag to compare
  • fix error when importing modules (@import url(~module))

v0.1.2

19 Nov 07:19
Compare
Choose a tag to compare
  • make postcss-preset-env a regular dependency, rather than peer dependency

v0.1.1

18 Nov 21:37
Compare
Choose a tag to compare
  • fix tests