You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
387 B
8 lines
387 B
15 years ago
|
!default_box_shadow_color = #333
|
||
|
!default_box_shadow_x_offset = 1px
|
||
|
!default_box_shadow_y_offset = 1px
|
||
|
!default_box_shadow_blur_radius = 8px
|
||
|
|
||
|
=easy-box-shadow(!color = !default_box_shadow_color, !x_offset = !default_box_shadow_x_offset, !y_offset = !default_box_shadow_y_offset, !blur_radius = !default_box_shadow_blur_radius)
|
||
|
+box-shadow(!x_offset, !y_offset, !blur_radius, !color)
|
||
|
|