diff options
Diffstat (limited to 'src/css/imports/_border-style.css')
| -rwxr-xr-x | src/css/imports/_border-style.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/css/imports/_border-style.css b/src/css/imports/_border-style.css index b9eb61b..ec3c8d4 100755 --- a/src/css/imports/_border-style.css +++ b/src/css/imports/_border-style.css @@ -1,26 +1,3 @@ -/* - - BORDER STYLES - Docs: http://tachyons.io/docs/themes/borders/ - - Depends on base border module in _borders.css - - Base: - b = border-style - - Modifiers: - --none = none - --dotted = dotted - --dashed = dashed - --solid = solid - - Media Query Extensions: - -ns = not-small - -m = medium - -l = large - - */ - .b--dotted { border-style: dotted; } .b--dashed { border-style: dashed; } .b--solid { border-style: solid; } |
