silverstripe-webpack/app/client/src/scss/app.scss

16 lines
340 B
SCSS
Raw Normal View History

// Your custom variables
@import "_variables";
2018-02-21 11:19:51 +01:00
2018-07-18 08:48:55 +02:00
@import "_components/_ui.bootstrap";
2018-09-15 00:55:42 +02:00
// By default we prefer font awesome CDN
//@import "_components/_ui.fontawesome";
2018-07-18 08:48:55 +02:00
@import "_components/_ui.lightbox";
2018-02-08 19:16:34 +01:00
2018-07-18 08:48:55 +02:00
@import "_components/_ui.main";
@import "_components/_ui.elemental";
2018-04-21 05:36:06 +02:00
2018-07-18 08:48:55 +02:00
// Your custom styling
2018-05-28 14:46:43 +02:00
@import "_typography";
@import "_layout";