aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/library/_float.sass
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-04-17 22:49:30 -0500
committerBrandon Mathis <brandon@imathis.com>2011-04-17 22:49:30 -0500
commite4c2d5790bac6a74037638fde049c374fc44cc7b (patch)
tree83f5e5b7324fcb5951d755442e2e601a3eaed35a /stylesheets/library/_float.sass
parent4db81a9e51e452495a06ad8c57ac4ac689a9ff34 (diff)
downloadmy_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.tar.xz
my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.zip
irrisponsibly massive commit
Diffstat (limited to 'stylesheets/library/_float.sass')
-rw-r--r--stylesheets/library/_float.sass16
1 files changed, 0 insertions, 16 deletions
diff --git a/stylesheets/library/_float.sass b/stylesheets/library/_float.sass
deleted file mode 100644
index 1bb6ea3f..00000000
--- a/stylesheets/library/_float.sass
+++ /dev/null
@@ -1,16 +0,0 @@
-// based on compass float
-
-@import modules/_clearfix.sass
-
-// Available as alternate syntax with just +float
-=float($side: "left")
- display: inline
- float: !side
-
-// Implementation of float:left with fix for double-margin bug
-=float-left
- +float("left")
-
-// Implementation of float:right with fix for double-margin bug
-=float-right
- +float("right") \ No newline at end of file