Skip to content

Reennable url() resolving in SCSS

Simon Knox requested to merge fix-broken-url-resolve into master

Fixes #234 (closed) & unblocks !254 (merged)

The url() failure we were getting from the import of application.css was due to this one rule

This filters that out so we can use url() in CSS

Merge request reports