aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_text-transform.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/imports/_text-transform.css')
-rwxr-xr-xsrc/css/imports/_text-transform.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/css/imports/_text-transform.css b/src/css/imports/_text-transform.css
index 50ae73e..f4b73da 100755
--- a/src/css/imports/_text-transform.css
+++ b/src/css/imports/_text-transform.css
@@ -1,24 +1,3 @@
-/*
-
- TEXT TRANSFORM
- Docs: http://tachyons.io/docs/typography/text-transform/
-
- Base:
- tt = text-transform
-
- Modifiers
- c = capitalize
- l = lowercase
- u = uppercase
- n = none
-
- Media Query Extensions:
- -ns = not-small
- -m = medium
- -l = large
-
-*/
-
.ttc { text-transform: capitalize; }
.ttl { text-transform: lowercase; }
.ttu { text-transform: uppercase; }