postcss-rs
🚀 Fast and 100% API compatible postcss replacer, built in Rust
⚠️ DO NOT USE. STILL WORK IN PROGRESS.
Performance Improvement
Tokenize bootstrap.css (Compare with Node.js v16.13.0):
# tokenize bootstrap-reboot.css ~45x
)
)
# tokenize bootstrap.css ~26x
)
)
🎉 Welcome contribute, here is a guide:
Create a baseline, Then do some optimization work here.
Compare against the main baseline.
License
postcss-rs is released under the MIT License. See the LICENSE file in the project root directory for details.
ACKNOWLEDGEMENT
The project is based on the wonderful work of Andrey Sitnik(@ai) 's postcss, which is under MIT License(See HERE), Great thanks to Mr. Sitnik and other contributors' work.