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