aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/library/_gradient.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2010-03-10 13:59:18 -0600
committerB Mathis <brandon@imathis.com>2010-03-10 13:59:18 -0600
commit42251dddcadd8ff23f30b128f1f468b18c0adf92 (patch)
tree75054c19ce07613f9597b4e5496d8b79c222634a /stylesheets/library/_gradient.sass
parent33bca7246e9f5c3b61712e44665386821acdf4b6 (diff)
downloadmy_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.tar.xz
my_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.zip
improved layout flexibility
Diffstat (limited to 'stylesheets/library/_gradient.sass')
-rw-r--r--stylesheets/library/_gradient.sass15
1 files changed, 0 insertions, 15 deletions
diff --git a/stylesheets/library/_gradient.sass b/stylesheets/library/_gradient.sass
deleted file mode 100644
index 31c498e0..00000000
--- a/stylesheets/library/_gradient.sass
+++ /dev/null
@@ -1,15 +0,0 @@
-=linear-gradient(!from_coord, !to_coord, !color_start, !color_end, !color_stop1 = 0, !color_stop1_pos = .3, !color_stop_2 = 0, !color_stop2_pos = .9)
- !gradient = "#{!from_coord}, #{!to_coord}, from(#{!color_start}), to(#{!color_end})"
- //@if !color_stop1 != 0
- // !gradient += "color-stop(#{!color_stop1_pos}, #{!color_stop1})"
- background= "-webkit-gradient(linear, #{!gradient})"
- background= "-moz-linear-gradient(#{!gradient})"
-
-=h-linear-gradient(!color1, !color2)
- +linear-gradient("left top", "left bottom", !color1, !color2)
-
-=v-linear-gradient(!color1, !color2)
- +linear-gradient("left top", "right top", !color1, !color2)
-
-//=h-three-color-gradient(!color1, !color2, !color3, !color3_pos = .5)
-// +linear-gradient("left top", "left bottom", !color1, !color2, !color3, !color3_pos) \ No newline at end of file