Sha256: 37a5f429ab6cfb30a48b6ed85a4b6bc9ddbc2d4b383027448f24ca6b3bdaeba5

Contents?: true

Size: 584 Bytes

Versions: 17

Compression:

Stored size: 584 Bytes

Contents

//**
  Provides css text shadows
  arguments are color, horizontal offset, vertical offset, and blur

//**
  These defaults make the arguments optional for this mixin
  If you like, set different defaults in your project
  
!default_text_shadow_color     ||= #aaa
!default_text_shadow_h_offset  ||= 1px
!default_text_shadow_v_offset  ||= 1px
!default_text_shadow_blur      ||= 1px

=text-shadow(!color = !default_text_shadow_color, !hoff = !default_text_shadow_h_offset, !voff = !default_text_shadow_v_offset, !blur = !default_text_shadow_blur)
  text-shadow= !color !hoff !voff !blur

Version data entries

17 entries across 16 versions & 3 rubygems

Version Path
compass-0.10.0.rc1 frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre9 frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre8 frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre7 frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre6 frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.9.1/gems/compass-0.10.0.pre4/lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre5 frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre4 lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre3 lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
middleman-0.12.2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
middleman-0.12.1 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
middleman-0.12.0.pre3 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
middleman-0.12.0.pre2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre2 lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-0.10.0.pre1 lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
compass-edge-0.9.5.0 lib/compass/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass