benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
336 stars 202 forks source link

RTE CSS and Button:hover #976

Open wow-solution opened 3 years ago

wow-solution commented 3 years ago

I have two small questions (I hope ;-):

  1. Is there any possibility to parse the rte.css from rte.scss with all given SCSS and/or TS variables instead to hard link it to bootstrap_package/Resources/Public/Css/bootstrap4-rte.min.css? For now I only get the bootstrap_package standard values like primary-color inside the RTE regardless to the "real" values...
  2. Is there a TS Constant for btn:hover to change it from darken to lighten?

Best regards

Wolfgang

gilbertsoft commented 3 years ago

@wow-solution That's something you have to handle in your Sitepackage, the RTE CSS is precompiled with the default values and so far there is not support of the sass compiler in the backend. I don't think we will provide a new feature here.