https://github.com/helderberto/iniciando-stylus
🌱 Stylus: How to start with stylus pre-processor.
https://github.com/helderberto/iniciando-stylus
iniciando pr-processador-stylus study stylus
Last synced: 15 days ago
JSON representation
🌱 Stylus: How to start with stylus pre-processor.
- Host: GitHub
- URL: https://github.com/helderberto/iniciando-stylus
- Owner: helderberto
- Created: 2016-10-05T22:35:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T20:57:42.000Z (over 8 years ago)
- Last Synced: 2025-03-25T03:12:50.062Z (about 1 month ago)
- Topics: iniciando, pr-processador-stylus, study, stylus
- Language: CSS
- Homepage: https://helderburato.github.io/iniciando-stylus
- Size: 108 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iniciando com Stylus
Projeto desenvolvido de forma explicativa para o post [Iniciando com o pré-processador Stylus](https://medium.com/@helderburato/iniciando-com-o-pr%C3%A9-processador-stylus-4b65e5e26bda#.aqlw767mm)
1. Faça o download do NodeJS e efetue a instalação;
2. Considerando que tenha o node rodando em seu sistema, instale o Stylus de forma global e execute o seguinte comando em seu terminal `npm install -g stylus`;
3. Crie a estrutura de diretórios conforme o post;
4. Execute o seguinte comando dentro do diretório de seu projeto `stylus -w assets/stylus/main.styl -o assets/css`