Releases: nirazul/scss-mq
Releases · nirazul/scss-mq
v1.2.4
Changelog
- Fix: Use
sass:string
module instead of deprecated global built-in functions
v1.2.3
Changelog
- Chore: Update dependencies
v1.2.2
Changelog
- Chore: Update dependencies
- CI: Update node version in tests
v1.2.1
Changelog
- Fix: Use
sass:math
module
- Docs: Update readme
- Chore: Simplify internal stylelint setup
- Chore: Update dependencies
v1.2.0
Changelog
- Feat: Add configurable media feature expressions
- Feat: Remove predefined media type expressions
- Feat: Add unknown keyword handling
- Docs: Add usage documentation section to readme
- Test: Add more tests
v1.1.0
Changelog
- Feat: Enable simultaneous usage of different named configurations
- Feat: Implement global configuration options for
$allowed-operators
and $unit-intervals
- Test: Implement unit tests