name change and fixing the problem with the element hr

This commit is contained in:
CJ Patoilo 2016-01-31 00:49:21 -03:00
parent 6ef2ccd0ea
commit 8004bd7390
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
// Misc // Divider
// //
hr hr
border: 0
border-top: .1rem solid $color-tertiary border-top: .1rem solid $color-tertiary
border-width: 0
margin-bottom: 3.5rem margin-bottom: 3.5rem
margin-top: 3rem margin-top: 3rem

View File

@ -7,11 +7,11 @@
@import Blockquote @import Blockquote
@import Button @import Button
@import Code @import Code
@import Divider
@import Form @import Form
@import Grid @import Grid
@import Link @import Link
@import List @import List
@import Misc
@import Spacing @import Spacing
@import Table @import Table
@import Typography @import Typography