2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-13 08:32:26 +03:00

update build paths

BREAKING: only export the Select component
This commit is contained in:
Jeff Sagal
2022-02-18 15:02:20 -08:00
parent 35ad69bb77
commit fda0d8603c
5 changed files with 161 additions and 143 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = {
plugins: [require('autoprefixer')],
plugins: [require('autoprefixer'), require('postcss-nested')],
}