diff --git a/core/src/css/core.ionic.scss b/core/src/css/core.ionic.scss new file mode 100644 index 0000000000..6759c8379d --- /dev/null +++ b/core/src/css/core.ionic.scss @@ -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; +}