Added alerts component to barebones.scss

This commit is contained in:
Pedro Reis 2015-12-05 12:04:19 +00:00
parent 6f0f79caa4
commit cbeca42d93
1 changed files with 3 additions and 2 deletions

View File

@ -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';