Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stylus/stylus
Expressive, robust, feature-rich CSS language built for nodejs
https://github.com/stylus/stylus
css preprocessor styl stylus
Last synced: 5 days ago
JSON representation
Expressive, robust, feature-rich CSS language built for nodejs
- Host: GitHub
- URL: https://github.com/stylus/stylus
- Owner: stylus
- License: mit
- Created: 2010-12-28T22:11:43.000Z (about 14 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-25T05:29:09.000Z (9 months ago)
- Last Synced: 2024-05-01T09:36:04.788Z (9 months ago)
- Topics: css, preprocessor, styl, stylus
- Language: JavaScript
- Homepage: https://stylus-lang.com
- Size: 7.04 MB
- Stars: 11,170
- Watchers: 341
- Forks: 1,121
- Open Issues: 266
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- Contributing: Contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: Code_of_Conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - stylus/stylus - Expressive, robust, feature-rich CSS language built for nodejs (JavaScript)
- awesome-repositories - stylus/stylus - Expressive, robust, feature-rich CSS language built for nodejs (JavaScript)
- awesome-github-star - stylus - rich CSS language built for nodejs | stylus | 11131 | (JavaScript)
- awesome-starred - stylus/stylus - Expressive, robust, feature-rich CSS language built for nodejs (css)
- awesome-list - Stylus - Expressive, robust, feature-rich CSS language built for nodejs. (Web Development / C++/C Toolkit)
- awesome-node-modules - stylus - Expressive, robust, feature-rich CSS language built for nodejs. (Uncategorized / Uncategorized)
- StarryDivineSky - stylus/stylus
README
[![Build Status](https://github.com/stylus/stylus/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/stylus/stylus/actions?query=branch%3Adev)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-brightgreen.svg)](https://github.com/stylus/stylus/pulse)
[![npm version](https://img.shields.io/npm/v/stylus?color=brightgreen)](https://www.npmjs.com/package/stylus)
[![npm](https://img.shields.io/npm/dm/stylus.svg)](https://www.npmjs.com/package/stylus)
[![Join the community on github discussion](https://img.shields.io/badge/Join%20the%20community-on%20discussions-%23754ffb?logo=googlechat&logoColor=white)](https://github.com/stylus/stylus/discussions)Stylus is a revolutionary new language, providing an efficient, dynamic, and expressive way to generate CSS. Supporting both an indented syntax and regular CSS style.
## Sponsors
You can sponsor stylus ongoing development via [opencollective](https://opencollective.com/stylus/) or [paypal](https://www.paypal.com/paypalme/iChenLei/) !
Your Logo
### Backers
[![Backers](https://opencollective.com/stylus/individuals.svg)](https://opencollective.com/stylus/)## Installation
```bash
$ npm install stylus -g
```## Basic Usage
Watch and compile a stylus file from command line with
```bash
stylus -w style.styl -o style.css
```
You can also [try all stylus features on stylus-lang.com](http://stylus-lang.com/try.html), build something with stylus on [codepen](http://codepen.io) or [RunKit](https://npm.runkit.com/stylus)### Community modules
- https://github.com/stylus/stylus/wiki
### Stylus cheatsheet
- [Stylus cheatsheet](https://devhints.io/stylus), very useful stylus syntax code snippet for you
### Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](Code_of_Conduct.md). By participating in this project you agree to abide by its terms.
### Contribution
Please read our [Contribution Guide](Contributing.md) before making any pull requests to the project. Included are directions for opening issues, workflows, and coding standards.
Thank you to all the people who already contributed to Stylus!
## License
[MIT](https://github.com/stylus/stylus/blob/dev/LICENSE)
Copyright (c) 2010-present [TJ](https://github.com/tj) and [Stylus maintainers](https://github.com/orgs/stylus/people)