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/_widths.css | |
| parent | 263f591827b41eba7c1d6ab68240c04369ba1155 (diff) | |
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_widths.css')
| -rwxr-xr-x | src/css/imports/_widths.css | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/src/css/imports/_widths.css b/src/css/imports/_widths.css index d02a240..65f3601 100755 --- a/src/css/imports/_widths.css +++ b/src/css/imports/_widths.css @@ -1,43 +1,3 @@ -/* - - WIDTHS - Docs: http://tachyons.io/docs/layout/widths/ - - Base: - w = width - - Modifiers - 1 = 1st step in width scale - 2 = 2nd step in width scale - 3 = 3rd step in width scale - 4 = 4th step in width scale - 5 = 5th step in width scale - - -10 = literal value 10% - -20 = literal value 20% - -25 = literal value 25% - -33 = literal value 33% - -34 = literal value 34% - -40 = literal value 40% - -50 = literal value 50% - -60 = literal value 60% - -75 = literal value 75% - -80 = literal value 80% - -100 = literal value 100% - - -third = 100% / 3 (Not supported in opera mini or IE8) - -auto = string value auto - - - Media Query Extensions: - -ns = not-small - -m = medium - -l = large - -*/ - -/* Width Scale */ - .w1 { width: var(--spacing-medium); } .w2 { width: 2rem; } .w3 { width: 4rem; } |
