mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(): added ionicons as a dependency of ionic.
This commit is contained in:
@ -12,7 +12,8 @@
|
|||||||
"url": "git+https://github.com/ionic-team/ionic.git"
|
"url": "git+https://github.com/ionic-team/ionic.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@stencil/core": "^0.0.1"
|
"@stencil/core": "^0.0.1",
|
||||||
|
"ionicons": "3.0.0"
|
||||||
},
|
},
|
||||||
"author": "Ionic Team",
|
"author": "Ionic Team",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@import "../../themes/ionic.globals";
|
@import "../../themes/ionic.globals";
|
||||||
|
|
||||||
@import "../../fonts/ionicons";
|
@import "../../../node_modules/ionicons/dist/scss/ionicons";
|
||||||
|
|
||||||
// Icon
|
// Icon
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user