dart-sass/tool/app-snapshot-input.scss
Natalie Weizenbaum 2301ecb65f
Generate app snapshots for the current OS (#224)
Might as well give some subset of our users a speed-up while we wait
for dart-lang/sdk#28617.
2018-02-01 18:54:42 -08:00

22 lines
468 B
SCSS

// This file is used to train application snapshots. It exercises the Sass value
// types and the most common AST types so that they're already JIT-compiled when
// the snapshot begins running.
/* loud comment */
@media screen {
type {
&.class#id[attr]%placeholder:pseudo {
number: 1.5px;
color: #abc;
list: 1 2 3;
map: map-get((1: 2), 1);
string: foo;
boolean: true;
null: null;
}
}
}
* {@extend %placeholder}