css-module-lexer
Lexes CSS modules returning their dependencies metadata.
- Blazing fast: no parsing, no AST creation, only lexing, minimal heap allocation.
- Error tolerant: uninterrupted by bad syntax, no errors, only warnings.
- Syntax rich: supports CSS, CSS Modules, and iCSS.
Roadmap
- CSS:
- @import
- url(), image-set()
- CSS Modules
- :local, :local(), :global, :global()
- local scope by default
- nesting
- var(), @property
- @keyframe
- composes
- @values
- more warnings
- iCSS
- :export
- :import