Fix autoprefixer issue per #29

This commit is contained in:
Cory LaViska
2017-08-09 11:41:14 -04:00
parent 0e9901c90c
commit c518eb28e1
2 changed files with 9 additions and 9 deletions

View File

@@ -56,8 +56,8 @@ if(Program.build) {
};
PostCSS([
Autoprefixer({ browsers: ['last 2 versions', '> 5%', 'ie >= 11', 'iOS >= 8'] }),
AtImport,
Autoprefixer({ browsers: ['last 2 versions', '> 5%', 'ie >= 11', 'iOS >= 8'] }),
CSSnano({ safe: true })
])
.process(css, { from: shoelaceCSS })

16
dist/shoelace.css vendored

File diff suppressed because one or more lines are too long