Extend is a way to share the properties of one selector with another
1 | @mixin size($width, $height) { |
Extending CSS语句比创建mixin更可取,因为Sass将所有共享相同基本样式的类组合在一起的方式。如果是用mixin完成的,则宽度,高度和边框将为每个调用mixin的语句复制。尽管它不会影响您的工作流程,但会为Sass编译器创建的文件增加不必要的膨胀。
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true