admin/react_starter/public/scss/style.scss
Łukasz Holeczek 48541f00a3 add assets
2018-03-04 11:34:51 +01:00

9 lines
200 B
SCSS

// If you want to override variables do it here
@import "variables";
// Import styles
@import "node_modules/@coreui/styles/scss/coreui";
// If you want to add something do it here
@import "custom";