Files
ionic-framework/scss/ionic.scss
2013-11-19 18:04:45 -06:00

61 lines
793 B
SCSS

@charset "UTF-8";
/**
* Copyright 2013 Drifty Co.
* http://drifty.com/
* Ionic - a powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
*
* By @maxlynch, @helloimben, @adamdbradley <3
*
* Licensed under the MIT license. Please see LICENSE for more information.
*
*/
@import
// Variables
"mixins",
"variables",
// Base
"reset",
"scaffolding",
"type",
// Components
"action-sheet",
"bar",
"tabs",
"menu",
"modal",
"popup",
"items",
"list",
"nav",
"badge",
"slide-box",
"split-pane",
// Forms
"form",
"checkbox",
"toggle",
"radio",
"range",
// Buttons
"button",
"button-bar",
// Util
"animations",
"grid",
"icons",
"util",
"platform",
// Ionicons
"vendor/ionicons/scss/ionicons.scss";