mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[stylus] highlight as SCSS
This commit is contained in:
parent
b091a335fd
commit
20b76d188a
@ -12,7 +12,7 @@ A sintaxe do Stylus é muito flexivel podendo utilizar a sintaxe padrão do CSS
|
|||||||
|
|
||||||
Stylus não fornece novas opções de estilos, mas dá funcionalidades que permitem deixar seu CSS muito mais dinâmico.
|
Stylus não fornece novas opções de estilos, mas dá funcionalidades que permitem deixar seu CSS muito mais dinâmico.
|
||||||
|
|
||||||
```sass
|
```scss
|
||||||
/* Estilo de código
|
/* Estilo de código
|
||||||
==============================*/
|
==============================*/
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Stylus syntax is very flexible. You can use standard CSS syntax and leave the se
|
|||||||
|
|
||||||
Stylus does not provide new style options, but gives functionality that lets you make your CSS much more dynamic.
|
Stylus does not provide new style options, but gives functionality that lets you make your CSS much more dynamic.
|
||||||
|
|
||||||
```sass
|
```scss
|
||||||
/* Code style
|
/* Code style
|
||||||
==============================*/
|
==============================*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user