结发受长生 c77caf259f 新主题
2018-06-06 17:33:48 +08:00

22 lines
740 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
//-----------------------------------------------------
// function scss
// 提供所有的基础功能包括:变量设置,@media基础mixinanimation
// 默认不会解析出任何样式
//-----------------------------------------------------
//-----------------------------------------------------
// author: 结一 (http://weibo.com/marvin1023)
// version: 3.2.0
// time: 2016-04-11
// url: https://github.com/marvin1023/sandal/
//-----------------------------------------------------
// 导入所有功能类相关文件
//-----------------------------------------------------
@import "core/variables";
@import "core/media-queries";
@import "core/mixin";
@import "core/animation";