mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-10 23:09:48 +01:00
ba4712fe3c
This dramatically improves startup speed.
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} |