Skip to content

Commit

Permalink
convert user sass correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Mar 25, 2020
1 parent ef69b21 commit 52551fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.css
*.html
.sass-cache
/node_modules
Expand Down
2 changes: 1 addition & 1 deletion cirodown
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function convert_path_to_file(base_path, input_path, options, convert_input_opti
sass.renderSync({
data: fs.readFileSync(input_path, convert_input_options.encoding),
outputStyle: 'compressed',
})
}).css
);
} else {
// Otherwise, just copy the file over if needed.
Expand Down

0 comments on commit 52551fa

Please sign in to comment.