Last active
August 29, 2015 14:14
-
-
Save imEhllBdPGMVaArZ/a5303639d78d0004737d to your computer and use it in GitHub Desktop.
新建sass文件的时候的初始内容
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* @author : ${1:author} | |
* @date : ${2:date} | |
* @desc : ${3:description} | |
* @notice : generated by SCSS | |
**/ | |
$base_font_size: 10px!default; | |
@function rem($size) { | |
@return $size / $base_font_size * 1rem; | |
} | |
html { font: 400 $base_font_size "Helvetica Neue", "Heiti SC", "Microsoft Yahei"; } | |
img { max-width: 100%; display: inline; border: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment