mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(sass): individual sass files import globals
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"ecmaFeatures": {
|
||||
"blockBindings": true,
|
||||
"arrowFunctions": true,
|
||||
"classes": true,
|
||||
"forOf": true,
|
||||
"modules": true,
|
||||
},
|
||||
"rules": {
|
||||
"semi": 2
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
@import "../ionic.globals";
|
||||
|
||||
// iOS Cordova
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user