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.
- Host: GitHub
- URL: https://github.com/postcss/postcss-at-rule-parser
- Owner: postcss
- License: mit
- Created: 2022-07-15T11:38:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T13:45:30.000Z (almost 3 years ago)
- Last Synced: 2025-06-30T11:25:06.119Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 5
- Watchers: 13
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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(一丝)