Skip to content

Commit

Permalink
fix: 🐛 less and stylus stand-alone processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Cweili authored and kaisermann committed May 5, 2019
1 parent 65ae531 commit 85827bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/processors/less.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { getLanguage } = require('../utils.js')
const transformer = require('../transformers/coffeescript.js')
const transformer = require('../transformers/less.js')

module.exports = options => ({
style({ content, attributes, filename }) {
Expand Down
2 changes: 1 addition & 1 deletion src/processors/stylus.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const transformer = require('../transformers/scss.js')
const transformer = require('../transformers/stylus.js')

const { getIncludePaths, getLanguage } = require('../utils.js')

Expand Down

0 comments on commit 85827bb

Please sign in to comment.