- Nesting to the nth level works (~colors.blues.bright.primary)
baseDir
is an option that allows paths to be found in another directory
- Paths can be wrapped in single quotes (')
- Actually use POSTCSS v5.
- Use POSTCSS v5 api.
postcss-local-constants
->postcss-constants
.
- Interface Tidy.
blue from ~colors
is now~colors.blue
.
- Allow constants to have integers in name (
color1
)
- Referencing module paths is now the same as a
require
- it's relative to the current directory.
lodash
is used directly rather thanlodash-node
lodash
is a dep
- Remove
~foo: './bar.js'
declaration after parsing.
- Usable release
- Now called constants
- The way variables are defined and imported is far cleaner and consistent
- Initial release.