Sha256: 054e55a4bffdf517cf1b292f40266a1c168d6575ef89143cf5d87124a3030029

Contents?: true

Size: 343 Bytes

Versions: 5

Compression:

Stored size: 343 Bytes

Contents

//**
  Provides cross-browser css box shadows 
    for Webkit and the future
  arguments are horizontal offset, vertical offset, blur and color

=box-shadow(!ho, !vo, !b, !c )
  /* Webkit (Safari, Chrome)
  -webkit-box-shadow= !ho !vo !b !c
  /* Mozilla (Firefox, Camino)
  -moz-box-shadow= !ho !vo !b !c
  /* CSS3
  box-shadow= !ho !vo !b !c

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
compass-edge-0.9.4 lib/compass/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass
compass-edge-0.9.3 lib/compass/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass
compass-edge-0.9.2 lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_shadow.sass
compass-edge-0.9.1 lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_shadow.sass
compass-edge-0.10.0.pre lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_shadow.sass