没有合适的资源?快使用搜索试试~ 我知道了~
sass:Sass使CSS很有趣!
共69个文件
md:60个
mjs:4个
json:2个
需积分: 5 0 下载量 24 浏览量
2021-02-16
14:41:03
上传
评论
收藏 180KB ZIP 举报
温馨提示
Sass再次使CSS变得有趣。 Sass是CSS的扩展,添加了嵌套规则,变量,mixins,选择器继承等。 使用命令行工具或构建系统的插件将其转换为格式良好的标准CSS。 $font-stack : Helvetica , sans-serif ; $primary-color : #333 ; body { font : 100 % $font-stack ; color : $primary-color ; } @mixin border-radius ( $radius ) { -webkit-border-radius : $radius ; -moz-border-radius : $radius ; -ms-border-radius : $radius ; border-radius : $radius ; } nav
资源推荐
资源详情
资源评论
收起资源包目录
sass-master.zip (69个子文件)
sass-master
accepted
css-imports.changes.md 570B
nested-map-functions.changes.md 77B
color-4-rgb-hsl.md 7KB
forward-with.changes.md 83B
module-system.md 75KB
partial-namespace.md 2KB
clamp.md 5KB
module-system.changes.md 9KB
slash-separator.md 18KB
color-4-hwb.md 16KB
more-math-functions.md 13KB
extend-specificity.md 5KB
css-imports.md 15KB
more-math-functions.changes.md 1KB
nested-map-functions.md 11KB
media-ranges.md 5KB
at-rule-interpolation.md 2KB
color-4-rgb-hsl.changes.md 832B
identifier-escapes.md 8KB
supports-general.md 8KB
media-ranges.changes.md 372B
min-max.md 5KB
angle-units.md 11KB
free-interpolation.md 19KB
identifier-escapes.changes.md 446B
import-configuration.md 9KB
supports-general.changes.md 534B
min-max.changes.md 295B
slash-separator.changes.md 182B
forward-with.md 7KB
content-args.md 4KB
.github
workflows
ci.yml 290B
spec
style-rules.md 1KB
modules.md 15KB
functions.md 11KB
built_in_modules
list.md 1KB
meta.md 7KB
math.md 2KB
selector.md 3KB
string.md 1KB
color.md 18KB
map.md 6KB
syntax.md 12KB
variables.md 4KB
types
number.md 2KB
spec.md 5KB
README.md 7B
free-interpolation.md 1013B
at-rules
extend.md 11KB
function.md 1KB
mixin.md 4KB
media.md 3KB
import.md 3KB
unknown.md 1KB
for.md 2KB
forward.md 4KB
use.md 4KB
CONTRIBUTING.md 12KB
test
link-check.mjs 2KB
toc-check.mjs 794B
README.md 4KB
proposal
first-class-calc.md 20KB
.gitkeep 0B
tool
src
toc.mjs 1KB
update-toc.mjs 817B
CODE_OF_CONDUCT.md 537B
.gitignore 1KB
package-lock.json 106KB
package.json 688B
共 69 条
- 1
资源评论
MachineryLy
- 粉丝: 31
- 资源: 4611
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功