Hi, thanks for your work first of all!
I have only this line in config.rb:
require 'sass-css-importer'
And want to do an import like this:
@import 'CSS:some/css/file/withoutextension'
I get:
File to import not found or unreadable: CSS:some/css/file/withoutextension
But I am sure it's in the right location, so that makes me wonder wether the plugin gets loaded or not. Can I debug this?
Hi, thanks for your work first of all!
I have only this line in config.rb:
require 'sass-css-importer'
And want to do an import like this:
@import 'CSS:some/css/file/withoutextension'
I get:
File to import not found or unreadable: CSS:some/css/file/withoutextension
But I am sure it's in the right location, so that makes me wonder wether the plugin gets loaded or not. Can I debug this?