feat(util): no-border class. Fixes #32

This commit is contained in:
Max Lynch
2015-07-01 17:27:37 -05:00
parent e1d71bace2
commit 165b07275e

View File

@ -7,6 +7,11 @@
transition: none !important;
}
// Remove any hairline borders
.no-border:after {
background: none !important;
}
.hide.hide.hide {
display: none;
}