Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from studyportals/unify-studyportals-design
Browse files Browse the repository at this point in the history
Finish unify studyportals design
  • Loading branch information
lemnisSP authored Jul 11, 2018
2 parents 7368d3c + ea6e4ab commit 364e4f6
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 126 deletions.
6 changes: 5 additions & 1 deletion build/webpack.bundle.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ const webpackConfig = merge(base, {
new ExtractTextPlugin({
filename: 'vue-multiselect.min.css'
}),
new OptimizeCSSPlugin()
new OptimizeCSSPlugin({
cssProcessorOptions: {
zindex: false
}
})
]
})

Expand Down
2 changes: 1 addition & 1 deletion dist/vue-multiselect.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 364e4f6

Please sign in to comment.