theme/cssvariables
composer require theme/cssvariables
Provide an option to overwrite CSS Variables from within Neos
0.2.3
Readme excerpt
Theme Css Variables⚠️ This package is experimental! Use at your own risk!
What is does...This Neos package provides a backend module giving users with access to the module to create a custom stylesheet with CSS custom properties (a.k.a. CSS-variables) based on the custom properties that are found in the Public folder of the site.
The custom stylesheet is then loaded after the defined stylesheets via Fusion (so it is configurable if loading doesn't work out of the box).
The result? A custom version of the website ?.
The application tries to make an educated guess on the type of variable (color, font, breakpoint).
Each of those can be enabled via the Settings…
Read more