The sass
R package provides bindings to LibSass, a fast Sass compiler written in C++. Sass is a mature and stable CSS extension language that makes styling modern websites less complex and more composable.
Install the released version of sass
from CRAN:
Install the latest development build from GitHub:
To compile Sass into CSS, provide Sass to the input
argument of the sass()
function. input
can be any of the following:
list()
defining Sass variables.sass_file()
, sass_import()
, or sass_layer()
.list()
comprising of all the above.See sass’s overview vignette as well as the official Sass documentation.
If you have a question about sass, try asking one on https://community.rstudio.com: