sass / libsass

A C/C++ implementation of a Sass compiler
https://sass-lang.com/libsass
Other
4.33k stars 462 forks source link

[SPAM] #3191

Closed Duque6762 closed 1 month ago

Duque6762 commented 1 month ago

input.scss

test {
  content: bar
}

html_theme = "sphinx_rtd_theme"

Actual results

libsass 3.X.y

test {
  content: bar; }

Expected result

ruby sass 3.X.y

test {
  content: bar; }

version info:

Free node-sass --version
node-sass       3.X.y   (Wrapper)       [JavaScript]
libsass         3.X.y   (Sass Compiler) [C/C++]