8000 GitHub - mart-pos/ots: 🛠️This package provides a function to generate Sass files based on specific options.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mart-pos/ots

Repository files navigation

Sass File Generation Package

This package provides a function to generate Sass files based on specific options.

Installation

npm install mart-obj-to-sass

Usage

import { writeSassFiles } from "my-sass-generator-package";
import { choices } from "my-core-tokens-package";

const folder = "./packages/core/sass/setting";
writeSassFiles(choices, folder, false);

The 'writeSassFiles' function takes an options object and creates Sass files in a specific folder, and options three is for importing the files created by this function

Contributions

Contributions are welcome. If you encounter a bug or have any improvement suggestions, please open an issue or submit a pull request.

GitHub: Mart-obj-to-sass

License

This package is under the MIT License.

About

🛠️This package provides a function to generate Sass files based on specific options.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

360E

Releases

No releases published

Packages

No packages published
0