Skip to content

Commit

Permalink
Support relative @import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoDreamer committed Oct 1, 2018
1 parent 1d3f868 commit 30f030d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/renderer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ module.exports =
sass = require('node-sass')
sass.render(
{
file: filepath,
data: text,
outputStyle: 'expanded'
},
Expand Down

0 comments on commit 30f030d

Please sign in to comment.