From 20b76d188ae83fe13e382eaff0e80ab8cd9ae694 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Wed, 18 Dec 2024 15:31:51 -0700 Subject: [PATCH] [stylus] highlight as SCSS --- pt-br/stylus.md | 2 +- stylus.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pt-br/stylus.md b/pt-br/stylus.md index 0ac75fbc..7fd9cd7d 100644 --- a/pt-br/stylus.md +++ b/pt-br/stylus.md @@ -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. -```sass +```scss /* Estilo de código ==============================*/ diff --git a/stylus.md b/stylus.md index c88a43a4..f6fcf222 100644 --- a/stylus.md +++ b/stylus.md @@ -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. -```sass +```scss /* Code style ==============================*/