All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- fix #15 - v3.0 - unable to disable modules
- rewrote from scratch.
- fix version.
- add note to readme that this version is compatible with tailwind v1 only,
- negative margin now in this form
--m--4
, I should look at this later. - the problem with slashes
/
seems it's not accepted anymore in css Variables so class likew-1/3
now is--w-1-3
- negative margin as it's now in the same margin object.
- prefix because it complicated.
- add ability to generate a css variable of keys array to use it with
postcss-each
andpostcss-at-rules-variables
- fix package.json
- let modules being disabled only from setting because sometime you need module as css variable and not as classes.
- fix fonts, it was returning array now it will return string.
- Initial release to npm.