You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
873 B
873 B
Changes to Media Query List Parser
2.0.4 (April 10, 2023)
- Updated
@csstools/css-tokenizerto2.1.1(patch) - Updated
@csstools/css-parser-algorithmsto2.1.1(patch)
2.0.3 (April 10, 2023)
- Add support for
env()functions as values in media queries. - Improve the detection of math function as values in media queries.
2.0.2 (March 25, 2023)
- Improve case insensitive string matching.
2.0.1 (January 28, 2023)
- Improve
typesdeclaration inpackage.json
2.0.0 (January 19, 2023)
- Refactor
MediaFeatureBooleanso that it follows the same structure asMediaFeaturePlain(breaking) - Change the
ParseErrorinterface, this is now a subclass ofError(breaking) - Add
getNameandgetNameTokento all nodes that have a feature name. - Add
@custom-mediaparsing.
1.0.0 (November 14, 2022)
- Initial version