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 a boilerplate (starting point) for a vue3 project.
See all per version here: CHANGELOG.md
Your project needs at least node 22 and sass 1.93. We suggest stylelint to be installed.
"devDependencies": {
"sass": "~1.93.2",
"stylelint": "~16.24.0",
"stylelint-config-valantic": "~9.1.0"
}To install the SCSS utilities package, add it to your package.json like this:
"dependencies": {
"@valantic/scss-utils": "github:valantic/scss-utils#0.0.3"
},And then run:
npm install @valantic/scss-utilsThis project is licensed under the MIT License.
We welcome contributions! If you’d like to make improvements, submit a pull request or open an issue.