https://github.com/kaleidawave/css-parser
CSS parser/compiler written in Rust
https://github.com/kaleidawave/css-parser
compiler css parser rust rust-crate
Last synced: 10 months ago
JSON representation
CSS parser/compiler written in Rust
- Host: GitHub
- URL: https://github.com/kaleidawave/css-parser
- Owner: kaleidawave
- License: mit
- Created: 2021-02-02T17:04:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T11:18:01.000Z (over 4 years ago)
- Last Synced: 2025-07-26T11:26:37.098Z (11 months ago)
- Topics: compiler, css, parser, rust, rust-crate
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS-parser
[](https://github.com/kaleidawave/css-parser/actions/workflows/crates.yml)



CSS & SCSS compiler written in Rust.
#### Usage:
```
.\css-parser build input.css output.css
```
#### Flags:
```
--source-maps Builds a source map
--minify Minifies output
```