文件名称:sassify-object-and-prepend
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-29 04:52:41
JavaScript
刺杀对象和前缀 围绕sassify-object的小包装,供构建期间使用。 例子 import sassifyObjectAndPrepend from 'sassify-object-and-prepend' ; // Input file path to be read from. // Example Sass input file might look like: /* .whatever { color: $blue; } */ const inputFilePath = './test/test.scss' ; // Output file with variables injected. const outputFilePath = './test/test-output.scss' ; // Variables to be injected into the file. /
【文件预览】:
sassify-object-and-prepend-master
----.gitignore(549B)
----package.json(1KB)
----LICENSE(1KB)
----index.js(924B)
----README.md(924B)
----test()
--------test.scss(28B)
--------index.js(644B)
----.editorconfig(320B)