0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
sass
/
examples
/
[
Home
]
File: example-full.scss
$bg: #333; $fg: white; $fontsize: 16px; body { background-color: $bg; color: $fg; font-size: $fontsize; }