Please add support for SCSS programming language.
For example, below snippet is written starting with ```scss, but as Hashnode doesn't support highlighting of the same, it won't be highlighted:
$font-stack: Helvetica, sans-serif;
$primary-color: #333;
body {
font: 100% $font-stack;
color: $primary-color;
}
Thanks.
No responses yet.