Skip to content

Instantly share code, notes, and snippets.

@imEhllBdPGMVaArZ
Last active August 29, 2015 14:14
Show Gist options
  • Save imEhllBdPGMVaArZ/a5303639d78d0004737d to your computer and use it in GitHub Desktop.
Save imEhllBdPGMVaArZ/a5303639d78d0004737d to your computer and use it in GitHub Desktop.
新建sass文件的时候的初始内容
/*!
* @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