chore: delete ie fix and change babel config
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
presets: [
|
presets: [
|
||||||
[ "@vue/app", {
|
['@vue/app']
|
||||||
"useBuiltIns": 'entry'
|
|
||||||
}]
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
// If you want to add something do it here
|
||||||
@import "custom";
|
@import "custom";
|
||||||
|
|
||||||
// ie fixes
|
|
||||||
@import "ie-fix";
|
|
||||||
|
|||||||
Reference in New Issue
Block a user