Expand description
CSS language plugin
Extracts stylesheet rules, at-rules, and custom properties while tracking
resource relations (@import, url()) to support semantic cross-language
search between CSS, HTML, and assets.
Re-exports§
pub use relations::CssGraphBuilder;
Modules§
- relations
- Relation extraction for CSS stylesheets.
Structs§
- CssPlugin
- CSS language plugin implementation