Added alerts component to barebones.scss
This commit is contained in:
parent
6f0f79caa4
commit
cbeca42d93
|
@ -40,8 +40,9 @@ Author: Benchmark
|
||||||
// 6. Components
|
// 6. Components
|
||||||
@import
|
@import
|
||||||
'components/buttons',
|
'components/buttons',
|
||||||
'components/nav';
|
'components/nav',
|
||||||
|
'components/alerts';
|
||||||
|
|
||||||
// 7. Page-specific styles
|
// 7. Page-specific styles
|
||||||
@import
|
@import
|
||||||
'pages/home';
|
'pages/home';
|
||||||
|
|
Loading…
Reference in New Issue