An open API service indexing awesome lists of open source software.

https://github.com/postcss/postcss-at-rule-parser

A modern CSS at rule parser in PostCSS.
https://github.com/postcss/postcss-at-rule-parser

Last synced: 5 months ago
JSON representation

A modern CSS at rule parser in PostCSS.

Awesome Lists containing this project

README

          

# postcss-at-rule-parser

A modern CSS at rule parser in PostCSS.

🚧 **Under construction, not available yet**.
## Roadmap

The primary goal of this package is to support CSS at rule with nested rules.

- [@media](https://drafts.csswg.org/mediaqueries/#media)
- @keyframes
- [@supports](https://drafts.csswg.org/css-conditional-4/#at-supports-ext)
- [@container](https://drafts.csswg.org/css-contain-3/#container-rule)
- [@layer](https://drafts.csswg.org/css-cascade-5/#at-layer)
- @counter-style
- @property
- @font-face
- @font-palette-values

### Experimental

- [@position-fallback](https://tabatkins.github.io/specs/css-anchor-position/#fallback-rule)

## License

MIT

Copyright (c) 2022-present, yisibl(一丝)