1.2.2 • Published 6 months ago

mart-obj-to-sass v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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.

1.2.2

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago