Package Exports
- media-query-parser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (media-query-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
media-query-parser
Parse CSS media queries | Spec-compliant | Zero-dependencies | TypeScript friendly
Installation
npm install media-query-parser --save
# yarn add media-query-parserAlternatively, there are also client web builds available:
<!-- window.MediaQueryParser -->
<script src="https://unpkg.com/media-query-parser/dist/media-query-parser.umd.js"></script>Documentation
License
MIT