-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
Submit a feature request or bug report
- I've read the guidelines for Contributing to Roots Projects
- This is a feature request
- This is a bug report
- This request isn't a duplicate of an existing issue
- I've read the docs and NPM Debugging Guidelines post and followed them (if applicable)
- This is not a personal support request that should be posted on the Roots Discourse forums
Feature Request
Feature request: Use whatever extension is setup in config.json
Nowadays you need to change line 77 on webpack.config.js in order to change from scss to sass.
No matter if you specify in config.json sass as the extension of the main style file.
It would be great if you can use it whatever you want and only set it up only on config.json
It's also necessary to edit line 177 for sass lint messages
syntax: 'sass',
cesasol, webstractions, diegoh and fabiohsouza