UNPKG

483 Btext/x-handlebars-templateView Raw
1// Base style for this project.
2//
3// Generated by {{generator}} on {{today}},
4// from a template provided by {{ pkg.name }}.
5//
6
7// ------------
8// Components
9// ------------
10{{#each params.components}}
11@import "components/{{this}}.scss"
12{{/each}}
13
14
15// ------------
16// Attributes
17// ------------
18{{#each params.attributes}}
19@import "attributes/{{this}}.scss"
20{{/each}}
21
22
23// ------------
24// Medias
25// ------------
26{{#each params.media}}
27@import "media/{{this}}-media.scss"
28{{/each}}
29
\No newline at end of file