summaryrefslogtreecommitdiff
path: root/_sass/_utility.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-11 22:56:34 -0400
committerBen Burwell <ben@benburwell.com>2015-08-11 22:56:34 -0400
commitb3967c83cbdba7f44c2ecef09d3e80801106ac81 (patch)
tree1dd61b9840a85ab8d3d4610bbba2f2e3aa4a00c6 /_sass/_utility.scss
parent6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff)
Update to Tiny CSS
Diffstat (limited to '_sass/_utility.scss')
-rw-r--r--_sass/_utility.scss31
1 files changed, 0 insertions, 31 deletions
diff --git a/_sass/_utility.scss b/_sass/_utility.scss
deleted file mode 100644
index 6c0c796..0000000
--- a/_sass/_utility.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-.hilite {
- background-color: $highlight;
-}
-
-.center {
- text-align: center;
-}
-
-.align-left {
- text-align: left;
-}
-
-.align-right {
- text-align: right;
-}
-
-.sans {
- font-family: $sans;
-}
-
-.monospace {
- font-family: $monospace;
-}
-
-.light-gray {
- color: $light-gray;
-}
-
-.compressed-list li {
- margin: 0;
-}