https://github.com/nazarepiedady/stylus-docs-pt
Documentação de Stylus em Português. 🇦🇴 🇧🇷 🇵🇹
https://github.com/nazarepiedady/stylus-docs-pt
css css-preprocessor css3 html-css html5-css3 pt pt-br pt-pt stylus stylus-css stylus-lang
Last synced: 2 months ago
JSON representation
Documentação de Stylus em Português. 🇦🇴 🇧🇷 🇵🇹
- Host: GitHub
- URL: https://github.com/nazarepiedady/stylus-docs-pt
- Owner: nazarepiedady
- License: mit
- Created: 2022-12-04T02:08:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T17:42:21.000Z (about 1 year ago)
- Last Synced: 2025-01-12T18:51:55.752Z (4 months ago)
- Topics: css, css-preprocessor, css3, html-css, html5-css3, pt, pt-br, pt-pt, stylus, stylus-css, stylus-lang
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
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
README
[](https://github.com/stylus/stylus/actions?query=branch%3Adev)
[](https://github.com/stylus/stylus/pulse)
[](https://www.npmjs.com/package/stylus)
[](https://www.npmjs.com/package/stylus)
[](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
[](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)