Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27fbcb7

Browse files
authored
Merge pull request #906 from CSSSR/fix/autoprefixer
change autoprefixer settings
2 parents a930e6d + 9f61a48 commit 27fbcb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

browserslist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
last 2 version
2+
iOS 8

modules/config/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module.exports = function(config) {
124124
{
125125
test: /\.styl$/,
126126
// ExtractTextPlugin breaks HMR for CSS
127-
loader: ExtractTextPlugin.extract('style', 'css!autoprefixer?browsers=last 2 version!hover!stylus?linenos=true&resolve url=true')
127+
loader: ExtractTextPlugin.extract('style', 'css!autoprefixer!hover!stylus?linenos=true&resolve url=true')
128128
//loader: 'style!css!autoprefixer?browsers=last 2 version!stylus?linenos=true'
129129
},
130130
{

0 commit comments

Comments
 (0)