Sass support

23 views
Skip to first unread message

The Jared Wilcurt

unread,
Jun 16, 2016, 11:52:58 PM6/16/16
to highlight.js
Currently there is support for Sassy CSS, but not support for the One True Sass.

so this works
.kitten {
    background
: #F00;
   
.paws {
        font
-size: 16px;
   
}
}

but this doesn't
.kitten
    background
: #F00
   
.paws
        font
-size: 16px

Reply all
Reply to author
Forward
0 new messages