diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:44:31 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:44:31 +0200 |
| commit | ed4be926a7217018e052e3fecda92e4ee671d950 (patch) | |
| tree | bbf3e59364d19cfb8fd0dd702fdfbd2f9b61c3fa /src/css/imports/_borders.css | |
| parent | 263f591827b41eba7c1d6ab68240c04369ba1155 (diff) | |
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_borders.css')
| -rwxr-xr-x | src/css/imports/_borders.css | 36 |
1 files changed, 6 insertions, 30 deletions
diff --git a/src/css/imports/_borders.css b/src/css/imports/_borders.css index ce49e42..42cbe8e 100755 --- a/src/css/imports/_borders.css +++ b/src/css/imports/_borders.css @@ -1,32 +1,9 @@ -/* - - BORDERS - Docs: http://tachyons.io/docs/themes/borders/ - - Base: - b = border - - Modifiers: - a = all - t = top - r = right - b = bottom - l = left - n = none - - Media Query Extensions: - -ns = not-small - -m = medium - -l = large - -*/ - - .ba { border-style: solid; border-width: 1px; } - .bt { border-top-style: solid; border-top-width: 1px; } - .br { border-right-style: solid; border-right-width: 1px; } - .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; } +.ba { border-style: solid; border-width: 1px; } +.bt { border-top-style: solid; border-top-width: 1px; } +.br { border-right-style: solid; border-right-width: 1px; } +.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 (--breakpoint-not-small) { @@ -55,4 +32,3 @@ .bl-l { border-left-style: solid; border-left-width: 1px; } .bn-l { border-style: none; border-width: 0; } } - |
