Spruce CSS is an open-source, lightweight and modernish CSS design system, framework built on Sass. Give your project a solid foundation.
What is Spruce CSS?
It is a Sass-based, small framework that operates with just a few utility classes.
It takes advantage of the Sass members: variables, mixins, and functions.
It embraces Sass modules, so it uses @use and namespacing for import.
Spruce is a good choice if you prefer writing CSS instead of HTML. It uses just a few classic utility classes.
It is a relatively small (~7kb gzipped) framework with a smaller learning curve. The codebase is small but can add more to any project with the available mixins and functions.
It is that bunch of code you keep manually carrying from project to project.
It is themeable. You can create different themes using CSS custom properties like a dark one.
The generated CSS code is separated from the framework. You can use only the tools (variables, mixins, functions) in your project without the generated styles.
Include just a few components. For UI, we have a separate project named Spruce UI, where you can find drop-in components.
It comes with dark-mode (or any theme mode) support. It uses CSS custom properties, so it isn’t that hard to create a new color theme.
It doesn’t come with a classical grid system.
How to start with Spruce?
Firstly, we suggest checking out the documentation, precisely the installation page.
There is nothing new if you previously used Sass unless you don’t know the newer module system.
We made a Spruce CSS Eleventy Starter, a boilerplate starter template based on the popular static site generator 11ty. It includes a basic compile setup and, of course, Spruce CSS. You can find more information about it on GitHub.
The npm package sprucecss receives a total of 94 weekly downloads. As such, sprucecss popularity was classified as not popular.
We found that sprucecss demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 0 open source maintainers collaborating on the project.
Package last updated on 20 Aug 2024
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.
Socket researchers found a malicious Maven package impersonating the legitimate ‘XZ for Java’ library, introducing a backdoor for remote code execution.