Browse Source

Added explicit reference to functions file

I was getting this error with libsass. Explicit reference to the compass functions is needed. 

>> may only compare numbers
>>   Line 19  Column 14  lib/compass-mixins/lib/compass/css3/_images.scss
master
David Knape 10 years ago
parent
commit
1d28493a29
  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