An open API service indexing awesome lists of open source software.

https://github.com/valantic/scss-utils


https://github.com/valantic/scss-utils

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# valantic SCSS Utils

A reusable library of SCSS utilities, mixins, and functions designed for scalable and maintainable styling across projects. This package includes features like container queries, typography utilities, spacing helpers, and more.

This will add **no extra output to your css files**, include it to your project and use what you need.

This package is also part of your [vue-template](https://github.com/valantic/vue-template) a boilerplate (starting point) for a vue3 project.

## Changelog

See all per version here: [CHANGELOG.md](./CHANGELOG.md)

## Requirements

Your project needs at least **node 22** and **sass 1.93**.
We suggest stylelint to be installed.

```json
"devDependencies": {
"sass": "~1.93.2",
"stylelint": "~16.24.0",
"stylelint-config-valantic": "~9.1.0"
}
```

## Installation

To install the SCSS utilities package, add it to your `package.json` like this:

```json
"dependencies": {
"@valantic/scss-utils": "github:valantic/scss-utils#0.0.3"
},
```

And then run:

```bash
npm install @valantic/scss-utils
```

## License
This project is licensed under the MIT License.

## Contributing

We welcome contributions! If you’d like to make improvements, submit a pull request or open an issue.