-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Do not use @import (use @use instead)
The Sass team discourages the continued use of the @import rule. Sass will gradually phase it out over the next few years, and eventually remove it from the language entirely. Prefer the @use rule instead.
More information: https://sass-lang.com/documentation/at-rules/import/
Provide a theme that supports the styles as required in carCat
Our current style guide requires some changes in the theming compared to the already existing ones. This themes could be interesting for other projects, too. So we provide a additional theme that can be used by everyone
Make button color configurable
As part of the theme customization, the button color was also made configurable...
Make buttons groupable
... Also created the possibility to group the buttons
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request