Closed TrejGun closed 6 years ago
I'd love to see this merged!
Please use includePaths
to import any third-party node_modules/bower_components stylesheets, documentation | example.
I will mark this issue as won't fix unless we find a way to configure importer on yaml. Loading extra importer/sass-plugins will make this renderer more complicated than it should be.
For future reference, seeing it is not intuitive at all where you're supposed to put this example config:
In _config.yml you add the following:
node_sass:
includePaths:
- "./node_modules"
Then you can reference font-awesome like this: @import "font-awesome/scss/font-awesome";
(You'll need to copy the font files to your public/source directory yourself)
Will you accept this PR?