mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat: add a new stylesheet for the ionic theme
This commit is contained in:
12
core/src/css/core.ionic.scss
Normal file
12
core/src/css/core.ionic.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Ionic theme global stylesheet.
|
||||
* We will split this up into separate files in the future.
|
||||
*/
|
||||
|
||||
h1,
|
||||
.ion-heading-1 {
|
||||
/* Fake styles, just an example */
|
||||
font-size: 36px;
|
||||
font-weight: 300;
|
||||
line-height: 1.1;
|
||||
}
|
||||
Reference in New Issue
Block a user