aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/library/_easy_box_shadow.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/_easy_box_shadow.sass
parent33bca7246e9f5c3b61712e44665386821acdf4b6 (diff)
downloadmy_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.tar.xz
my_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.zip
improved layout flexibility
Diffstat (limited to 'stylesheets/library/_easy_box_shadow.sass')
-rw-r--r--stylesheets/library/_easy_box_shadow.sass12
1 files changed, 0 insertions, 12 deletions
diff --git a/stylesheets/library/_easy_box_shadow.sass b/stylesheets/library/_easy_box_shadow.sass
deleted file mode 100644
index b8b9fcef..00000000
--- a/stylesheets/library/_easy_box_shadow.sass
+++ /dev/null
@@ -1,12 +0,0 @@
-!default_box_shadow_color = #333
-!default_box_shadow_x_offset = 1px
-!default_box_shadow_y_offset = 1px
-!default_box_shadow_blur_radius = 8px
-
-=box-shadow(!color = !default_box_shadow_color, !blur_radius = !default_box_shadow_blur_radius, !x_offset = !default_box_shadow_x_offset, !y_offset = !default_box_shadow_y_offset, !inset = "")
- box-shadow= !inset !x_offset !y_offset !blur_radius !color
- -webkit-box-shadow= !inset !x_offset !y_offset !blur_radius !color
- -moz-box-shadow= !inset !x_offset !y_offset !blur_radius !color
-
-=inset-box-shadow(!color = !default_box_shadow_color, !blur_radius = !default_box_shadow_blur_radius, !x_offset = !default_box_shadow_x_offset, !y_offset = !default_box_shadow_y_offset)
- +box-shadow(!color, !blur_radius, !x_offset, !y_offset, "inset") \ No newline at end of file