Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a930e6d + 9f61a48 commit 27fbcb7Copy full SHA for 27fbcb7
browserslist
@@ -0,0 +1,2 @@
1
+last 2 version
2
+iOS 8
modules/config/webpack.js
@@ -124,7 +124,7 @@ module.exports = function(config) {
124
{
125
test: /\.styl$/,
126
// ExtractTextPlugin breaks HMR for CSS
127
- loader: ExtractTextPlugin.extract('style', 'css!autoprefixer?browsers=last 2 version!hover!stylus?linenos=true&resolve url=true')
+ loader: ExtractTextPlugin.extract('style', 'css!autoprefixer!hover!stylus?linenos=true&resolve url=true')
128
//loader: 'style!css!autoprefixer?browsers=last 2 version!stylus?linenos=true'
129
},
130
0 commit comments