mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
24 lines
386 B
SCSS
24 lines
386 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
|
|
"../../mixins",
|
|
"../../variables",
|
|
|
|
"variables",
|
|
"animations",
|
|
"toggle";
|