Skip to content

Commit

Permalink
Disabling cssnext nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Jan 4, 2018
1 parent 574901d commit ffaa5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ class CSSTask extends TaskKitTask {
customMedia: {
extensions: this.customMedia
},
autoprefixer: this.options.autoprefixer
autoprefixer: this.options.autoprefixer,
nesting: false
}
}),
mqpacker({
Expand Down

0 comments on commit ffaa5ca

Please sign in to comment.