Closed g105b closed 11 years ago
While notices can be ignored, the actual CSS functionality is broken (no background is actually assigned).
The parsed css output is the following:
body {
background-image: ();
}
try wrapping the url in quotes?
background-image: url("data-image...");
I can confirm that quotes fixed this - should have tried myself really!
This is not related to SASS-specific syntax, as it is standard CSS functionality.
The following, simple CSS code to produce a speckled background on the body:
When parsed using phpsass, it emits the following notices: