https://github.com/valantic/scss-utils
https://github.com/valantic/scss-utils
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valantic/scss-utils
- Owner: valantic
- Created: 2025-02-26T15:12:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:12:56.000Z (over 1 year ago)
- Last Synced: 2025-03-25T11:24:59.303Z (over 1 year ago)
- Language: SCSS
- Size: 26.4 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.