Skip to content

Commit

Permalink
Add compiled css
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Aug 24, 2016
1 parent bc7c5ee commit 01c8b5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions css/tachyons-borders.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
.bb { border-bottom-style: solid; border-bottom-width: 1px; }
.bl { border-left-style: solid; border-left-width: 1px; }
.bn { border-style: none; border-width: 0; }
@media screen and (min-width: 48em) {
@media screen and (min-width: 30em) {
.ba-ns { border-style: solid; border-width: 1px; }
.bt-ns { border-top-style: solid; border-top-width: 1px; }
.br-ns { border-right-style: solid; border-right-width: 1px; }
.bb-ns { border-bottom-style: solid; border-bottom-width: 1px; }
.bl-ns { border-left-style: solid; border-left-width: 1px; }
.bn-ns { border-style: none; border-width: 0; }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
@media screen and (min-width: 30em) and (max-width: 60em) {
.ba-m { border-style: solid; border-width: 1px; }
.bt-m { border-top-style: solid; border-top-width: 1px; }
.br-m { border-right-style: solid; border-right-width: 1px; }
.bb-m { border-bottom-style: solid; border-bottom-width: 1px; }
.bl-m { border-left-style: solid; border-left-width: 1px; }
.bn-m { border-style: none; border-width: 0; }
}
@media screen and (min-width: 64em) {
@media screen and (min-width: 60em) {
.ba-l { border-style: solid; border-width: 1px; }
.bt-l { border-top-style: solid; border-top-width: 1px; }
.br-l { border-right-style: solid; border-right-width: 1px; }
Expand Down
2 changes: 1 addition & 1 deletion css/tachyons-borders.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01c8b5a

Please sign in to comment.