mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
moved components
This commit is contained in:
@ -1,43 +1,40 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
// This includes all of the framework global elements that are needed to work with any of the other files.
|
||||
@import "foundation/variables";
|
||||
|
||||
// Foundation Components
|
||||
// Framework Components
|
||||
@import
|
||||
""
|
||||
"foundation/components/global",
|
||||
"foundation/components/grid",
|
||||
"foundation/components/visibility",
|
||||
"foundation/components/block-grid",
|
||||
"foundation/components/type",
|
||||
"foundation/components/buttons",
|
||||
"foundation/components/forms",
|
||||
"foundation/components/button-groups",
|
||||
"foundation/components/dropdown-buttons",
|
||||
"foundation/components/split-buttons",
|
||||
"foundation/components/flex-video",
|
||||
"foundation/components/section",
|
||||
"foundation/components/top-bar",
|
||||
"foundation/components/orbit",
|
||||
"foundation/components/reveal",
|
||||
"foundation/components/joyride",
|
||||
"foundation/components/clearing",
|
||||
"foundation/components/alert-boxes",
|
||||
"foundation/components/breadcrumbs",
|
||||
"foundation/components/custom-forms",
|
||||
"foundation/components/keystrokes",
|
||||
"foundation/components/labels",
|
||||
"foundation/components/inline-lists",
|
||||
"foundation/components/pagination",
|
||||
"foundation/components/panels",
|
||||
"foundation/components/pricing-tables",
|
||||
"foundation/components/progress-bars",
|
||||
"foundation/components/side-nav",
|
||||
"foundation/components/sub-nav",
|
||||
"foundation/components/switch",
|
||||
"foundation/components/magellan",
|
||||
"foundation/components/tables",
|
||||
"foundation/components/thumbs",
|
||||
"foundation/components/tooltips",
|
||||
"foundation/components/dropdown";
|
||||
"framework/components/global",
|
||||
"framework/components/grid",
|
||||
"framework/components/visibility",
|
||||
"framework/components/block-grid",
|
||||
"framework/components/type",
|
||||
"framework/components/buttons",
|
||||
"framework/components/forms",
|
||||
"framework/components/button-groups",
|
||||
"framework/components/dropdown-buttons",
|
||||
"framework/components/split-buttons",
|
||||
"framework/components/flex-video",
|
||||
"framework/components/section",
|
||||
"framework/components/top-bar",
|
||||
"framework/components/orbit",
|
||||
"framework/components/reveal",
|
||||
"framework/components/joyride",
|
||||
"framework/components/clearing",
|
||||
"framework/components/alert-boxes",
|
||||
"framework/components/breadcrumbs",
|
||||
"framework/components/custom-forms",
|
||||
"framework/components/keystrokes",
|
||||
"framework/components/labels",
|
||||
"framework/components/inline-lists",
|
||||
"framework/components/pagination",
|
||||
"framework/components/panels",
|
||||
"framework/components/pricing-tables",
|
||||
"framework/components/progress-bars",
|
||||
"framework/components/side-nav",
|
||||
"framework/components/sub-nav",
|
||||
"framework/components/switch",
|
||||
"framework/components/magellan",
|
||||
"framework/components/tables",
|
||||
"framework/components/thumbs",
|
||||
"framework/components/tooltips",
|
||||
"framework/components/dropdown";
|
||||
0
scss/framework/structure/_video.scss
Normal file
0
scss/framework/structure/_video.scss
Normal file
0
scss/framework/theme/default/_accordion.scss
Normal file
0
scss/framework/theme/default/_accordion.scss
Normal file
0
scss/framework/theme/default/_button.scss
Normal file
0
scss/framework/theme/default/_button.scss
Normal file
0
scss/framework/theme/default/_footer.scss
Normal file
0
scss/framework/theme/default/_footer.scss
Normal file
0
scss/framework/theme/default/_header.scss
Normal file
0
scss/framework/theme/default/_header.scss
Normal file
0
scss/framework/theme/default/_input-checkbox.scss
Normal file
0
scss/framework/theme/default/_input-checkbox.scss
Normal file
0
scss/framework/theme/default/_input-radio.scss
Normal file
0
scss/framework/theme/default/_input-radio.scss
Normal file
0
scss/framework/theme/default/_input-select.scss
Normal file
0
scss/framework/theme/default/_input-select.scss
Normal file
0
scss/framework/theme/default/_input-slider.scss
Normal file
0
scss/framework/theme/default/_input-slider.scss
Normal file
0
scss/framework/theme/default/_input-text.scss
Normal file
0
scss/framework/theme/default/_input-text.scss
Normal file
0
scss/framework/theme/default/_label.scss
Normal file
0
scss/framework/theme/default/_label.scss
Normal file
0
scss/framework/theme/default/_listview.scss
Normal file
0
scss/framework/theme/default/_listview.scss
Normal file
0
scss/framework/theme/default/_table.scss
Normal file
0
scss/framework/theme/default/_table.scss
Normal file
Reference in New Issue
Block a user