mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 14:27:51 +02:00
[stylus] highlight as SCSS
This commit is contained in:
@@ -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
|
||||||
==============================*/
|
==============================*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user