mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
9 lines
231 B
SCSS
Executable File
9 lines
231 B
SCSS
Executable File
@charset "UTF-8";
|
|
|
|
// This includes all of the framework global elements that are needed to work with any of the other files.
|
|
@import "framework/variables";
|
|
|
|
// Components
|
|
@import
|
|
"framework/base",
|
|
"framework/components/button"; |