Browse Source

Merge pull request #35 from tkdave/bugfix/image-functions

Added explicit reference to functions file
master
Michael Hellein 10 years ago
parent
commit
a79c715fe1
  1. 1
      lib/compass/css3/_images.scss

1
lib/compass/css3/_images.scss

@ -1,5 +1,6 @@
@import "shared";
@import "../utilities/general/hacks";
@import "../functions";
// Background property support for vendor prefixing within values.
@mixin background(

Loading…
Cancel
Save