Skip to content
/ ots Public

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

License

Notifications You must be signed in to change notification settings

mart-org/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.

Releases

No releases published

Packages

No packages published