mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
chore(ionicons): remove ionicon font and scss
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
|
||||
@import "../../../node_modules/ionicons/dist/scss/ionicons";
|
||||
|
||||
// Icon
|
||||
// --------------------------------------------------
|
||||
|
||||
@ -246,6 +246,5 @@
|
||||
// Fonts
|
||||
// --------------------------------------------------
|
||||
@import
|
||||
"../fonts/ionicons",
|
||||
"../fonts/noto-sans",
|
||||
"../fonts/roboto";
|
||||
|
||||
@ -19,10 +19,6 @@ $app-direction: ltr !default;
|
||||
$font-path: "/dist/fonts" !default;
|
||||
|
||||
|
||||
// Ionicons font path
|
||||
$ionicons-font-path: $font-path !default;
|
||||
|
||||
|
||||
// Hairline width
|
||||
$hairlines-width: .55px !default;
|
||||
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
|
||||
// Ionicons build for Ionic Apps
|
||||
@import
|
||||
"../fonts/ionicons";
|
||||
@ -1,19 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"alwaysStrict": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"allowUnreachableCode": false,
|
||||
"declaration": false,
|
||||
"alwaysStrict": true,
|
||||
"experimentalDecorators": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"jsx": "react",
|
||||
"jsxFactory": "h",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2015"
|
||||
],
|
||||
"moduleResolution": "node",
|
||||
"module": "es2015",
|
||||
"target": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
@ -21,16 +21,14 @@
|
||||
"outDir": "dist",
|
||||
"pretty": true,
|
||||
"removeComments": false,
|
||||
"sourceMap": false,
|
||||
"jsx": "react",
|
||||
"jsxFactory": "h"
|
||||
"target": "es2015"
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"types/jsx.d.ts"
|
||||
"src/**/*.ts",
|
||||
"src/**/**/*.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"src/animations"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user