文件名称:ember-export-sass-variables:导出您的SASS变量并通过实用程序访问它们
文件大小:82KB
文件格式:ZIP
更新时间:2024-02-25 17:55:48
ember sass EmberJavaScript
灰烬出口萨斯变量 注意:该项目不再维护! 我建议您查看如果您需要一个很好的选择。 导出SASS变量并通过实用程序访问它们。 该插件支持任何列表/地图/嵌套地图,并使用内置的node-sass函数来解析值。 方法 export (utilName: String, contents: any) 您的SASS文件中使用了export方法,以告知编译器实用程序文件的名称以及要在其中导出的变量。 用法 两个部分:定义一个sass导出,并导入与导出名称匹配的实用程序。 $exp or t: export ( 'colors' , ( colors: $col or s , themes:
【文件预览】:
ember-export-sass-variables-master
----.travis.yml(1KB)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----blueprints()
--------ember-export-sass-variables()
----addon()
--------utils()
----config()
--------ember-try.js(1KB)
--------environment.js(90B)
----index.js(761B)
----jsconfig.json(141B)
----.watchmanconfig(37B)
----package.json(2KB)
----tests()
--------test-helper.js(228B)
--------index.html(1KB)
--------unit()
--------dummy()
--------integration()
--------helpers()
----testem.js(364B)
----.npmignore(277B)
----.eslintrc.js(1KB)
----LICENSE.md(1KB)
----.gitignore(346B)
----lib()
--------findHost.js(645B)
--------exportSass.js(1KB)
----README.md(1KB)
----yarn.lock(226KB)
----.editorconfig(368B)