// @Author: vxhly
// @Date:   2017-04-10 03:27:52 pm
// @Email:  pengchengou@gmail.com
// @Filename: _list.scss
// @Last modified by:   vxhly
// @Last modified time: 2017-12-16 03:01:30 pm
// @License: MIT
/**
 * [清除列表默认样式]
 */

ol,
ul {
  list-style: none;
}