mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Fix autoprefixer issue per #29
This commit is contained in:
2
build.js
2
build.js
@@ -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
16
dist/shoelace.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user