mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
feat(input): add ionic theme (#29247)
Issue number: internal --------- ## What is the new behavior? Adds the initial files for the Ionic input. ## Does this introduce a breaking change? - [ ] Yes - [x] No
This commit is contained in:
5
core/src/components/input/input.ionic.scss
Normal file
5
core/src/components/input/input.ionic.scss
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@import "./input";
|
||||||
|
@import "./input.ionic.vars";
|
||||||
|
|
||||||
|
// Ionic Input
|
||||||
|
// --------------------------------------------------
|
4
core/src/components/input/input.ionic.vars.scss
Normal file
4
core/src/components/input/input.ionic.vars.scss
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
// Ionic Input
|
||||||
|
// --------------------------------------------------
|
||||||
|
|
@ -28,7 +28,7 @@ import { getCounterText } from './input.utils';
|
|||||||
styleUrls: {
|
styleUrls: {
|
||||||
ios: 'input.ios.scss',
|
ios: 'input.ios.scss',
|
||||||
md: 'input.md.scss',
|
md: 'input.md.scss',
|
||||||
ionic: 'input.md.scss',
|
ionic: 'input.ionic.scss',
|
||||||
},
|
},
|
||||||
scoped: true,
|
scoped: true,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user