文件名称:sass:Sass使CSS很有趣!
文件大小:180KB
文件格式:ZIP
更新时间:2024-03-08 08:27:43
JavaScript
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
----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()
----spec()
--------style-rules.md(1KB)
--------modules.md(15KB)
--------functions.md(11KB)
--------built_in_modules()
--------syntax.md(12KB)
--------variables.md(4KB)
--------types()
--------spec.md(5KB)
--------README.md(7B)
--------free-interpolation.md(1013B)
--------at-rules()
----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()
--------update-toc.mjs(817B)
----CODE_OF_CONDUCT.md(537B)
----.gitignore(1KB)
----package-lock.json(106KB)
----package.json(688B)