Class: Liquid::Simplero::Tags::SCSS
- Inherits:
-
Block
- Object
- Block
- Liquid::Simplero::Tags::SCSS
- Defined in:
- app/models/liquid/simplero/tags/scss.rb
Overview
Converts SCSS to CSS.
{% scss %}
a { &:visited { color: red; } }
{% endscss %}