stylelint-8-point-grid
Version:
Stylelint plugin to validate CSS with 8-point grid guideline
43 lines (25 loc) • 705 B
Markdown
# Changelog
All changes on this project will be documented in this file.
## [1.0.0] - June 25, 2020
- Support rem values
- Update API
- whitelist -> allowlist
- ignore -> ignorelist
## [0.2.6] - April 17, 2020
- Fix compilation error
- Fix entry point path
## [0.2.5] - April 17, 2020
- Update linters
- Use typescript
## [0.2.4] - Feb 23, 2020
- Configure eslint
- Minor updates due to username change
## [0.2.3] - Sept 22, 2019
- Added changelog
- Fix validation of non-pixel values inside value list
## [0.2.2] - Oct 9, 2018
- Support top, right, bottom and left css properties
## [0.2.1] - Oct 6, 2018
- Ignore `calc` and saas variables
## [0.2.0] - Oct 4, 2018
- Initial release