mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": "^0.0.1"
|
||||
"@stencil/core": "^0.0.1",
|
||||
"ionicons": "3.0.0"
|
||||
},
|
||||
"author": "Ionic Team",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
|
||||
@import "../../fonts/ionicons";
|
||||
@import "../../../node_modules/ionicons/dist/scss/ionicons";
|
||||
|
||||
// Icon
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user