Files
ionic-framework/scss/framework.scss

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";