UNPKG

591 BSCSSView Raw
1/***********************************************************************************
2 ARMSTRONG SCSS EXPORTS - CORE
3 all scss to be consumed must be exported here.
4 EVERYTHING IN HERE WILL ONLY BE IMPORTED ONCE AND SHOULD BE EXPORTING "REAL" CSS
5************************************************************************************/
6
7/*** HELPERS ***/
8@import "./helpers";
9
10/*** COMPONENTS ***/
11@import "./components/display/image";
12@import "./components/display/dialog";
13@import "./components/interaction/button";
14@import "./components/layout/grid";
15@import "./components/utility/sample";
\No newline at end of file