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
border: 0
border-top: .1rem solid $color-tertiary
border-width: 0
margin-bottom: 3.5rem
margin-top: 3rem

View File

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