sass-a11ycolor:使用Sass生成最近的可访问颜色

时间:2024-02-24 12:44:28
【文件属性】:

文件名称:sass-a11ycolor:使用Sass生成最近的可访问颜色

文件大小:126KB

文件格式:ZIP

更新时间:2024-02-24 12:44:28

sass npm color accessibility a11y

:rainbow: Sass-A11yColor 使用Sass生成最接近的可访问颜色。 安装 npm install sass-a11ycolor 用法 @import node-modules / sass-a11ycolor / dist / index body { color : AU-a11ycolor ( red , blue ); } 这将编译为: body { color : # ffa3a3 ; } 参量 功能AU-a11ycolor具有三个参数: AU-a11ycolor( $toMakeA11y , $background , $ratioKey : ' small '


【文件预览】:
sass-a11ycolor-main
----.gitignore(189B)
----package.json(1KB)
----package-lock.json(157KB)
----src()
--------020-a11ycolor.scss(3KB)
--------010-contrast-checker.scss(5KB)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(1KB)
----.sassdocrc(294B)
----docs()
--------assets()
--------index.html(8KB)
----test()
--------test4.scss(256B)
--------test2.scss(236B)
--------test3.scss(214B)
--------test1.scss(622B)
--------_tester.js(3KB)
----.editorconfig(229B)

网友评论