Is it possible to access the configuration from CakePHP(3.x) in a CSS file?
For example I would like to define a general background color in the CakePHP configuration file and use it in multiple CSS definitions.
I am aware of CSS preprocessors like "LESS" or "SASS" but this isn't suited for our needs.
Has anybody a good idea or workaround for this?