Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plotdb/stylus-browser
https://github.com/plotdb/stylus-browser
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plotdb/stylus-browser
- Owner: plotdb
- Created: 2020-11-26T04:14:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T02:46:22.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T10:09:38.593Z (3 months ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# stylus-browser
browserify stylus, with minimized js file sized 286KB.
## Size comparison
- [bundle file](https://stylus-lang.com/try/stylus.min.js) from [stylus-lang.com](https://stylus-lang.com): < 200KB ( 0.54.5 )
- bundle from [stylus-lang-bundle](https://github.com/openstyles/stylus-lang-bundle): < 200KB ( 0.54.7 )
- somehow failed to rebuild with latest dev.
- fs shimmed.
- our bundle: 286KB ( 0.57.0 )bundle components analysis is available under `web/static/discify/index.html`.
## License
MIT License.
- this repo is released under MIT License
- Stylus itself is released under MIT License.
- Some shims used in this repo are adopted from [openstyles/stylus-lang-bundle](https://github.com/openstyles/stylus-lang-bundle), which are released under MIT license.