chore: delete ie fix and change babel config
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[ "@vue/app", {
|
||||
"useBuiltIns": 'entry'
|
||||
}]
|
||||
['@vue/app']
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
//IE fix for sticky footer
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
.c-app {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,3 @@
|
||||
|
||||
// If you want to add something do it here
|
||||
@import "custom";
|
||||
|
||||
// ie fixes
|
||||
@import "ie-fix";
|
||||
|
||||
Reference in New Issue
Block a user