mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-11 07:20:59 +01:00
6 lines
272 B
SCSS
6 lines
272 B
SCSS
|
// This file is used as training data for generating an application snapshot of
|
||
|
// the Sass executable. It's not especially complicated, because the main
|
||
|
// purpose it just to invoke all the code paths needed to compile a simple file.
|
||
|
|
||
|
.a {b: unqoute("c")}
|
||
|
.d {@extend .a}
|