-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS-Files #1493
Comments
hi grosswerner, you should never change files in the extension directory, as these will be overwritten with the next update of the extension. Check the TypoScript Configuration (ext:bootstrap_package/Configuration/TypoScript/setup.typoscript – and when you use bootstrap 5 ext:bootstrap_package/Configuration/TypoScript/Bootstrap5/setup.typoscript) which Scss-files are used for building the css If you want to change CSS, you can use the constant editor in the TYPO3 backend and change the styling. |
so i still don't understand that in the generated (typo3temp) css file it says e.g. the following
but I can't find a sccs-file where something like this is included, I searched with the following command find . -type f -name '*' -exec grep -l 'text-quaternary' '{}' ';' ./typo3conf/ext/bootstrap_package/Configuration/RTE/Default.yaml_org so this is all a mystery to me |
Special case ;-) quaternary is a theme color. You can find it in the _variables.scss. So for bootstrap5 Sass is generating color helpers for the class .text-* for all your mapped colors in your theme. |
so the task is unsolvable for me, actually I only wanted to insert/modify the following "classen" insert new I have inserted the following in typo3conf/ext/bootstrap_package/Configuration/RTE/Default.yaml (actually I shouldn't do it this way, but I can't find any other solution here either)
in my FE output it worked for the time being. Unfortunately, I have no customization in the BE editor, I would also spend money on this if someone could explain to me how I can solve this. I would appreciate it if someone could contact me who can help me. there are an infinite number of scss files in an equally infinite number of folders, I don't even know where to start. PS: I would also prefer a communication in German |
Good, you know it's not the right way.
So, at any time it's better to place your changes outside "bootstrap_package"-Extension. |
entschuldigung, ich kann leider nur sehr rudimentär englisch, danke für die Versuche mir das beizubringen, aber ich bin auch mittels übersetzer kein stück weitergekommen, gibt es irgendwo eine deutsche Anleitung, weil mit den Googleübersetzer geht das technisch die Anleitung zu übersetzen, aber es ist nicht praktikabel |
Hallo grosswerner, Ich hänge Dir ein SitePackage als Beispiel an. Hier habe ich bereits eine eigen Konfiguration für RTE eingebunden. Es ist ein absolut reduziertes Package. Für evtl. Fehler (da Quick and Dirty zusammengestellt) übernehme ich keine Verantwortung ;-). Über dieses Package kannst du alle Funktionen/Konfigurationen/Templates/Sprachen usw. von bootstrap_package anpassen, reduzieren sowie erweitern. Hoffentlich hilft dir das weiter. Lade diese Extension zusätzlich zum bootstrap_package. |
Support
Description
Typo3 Version 12
I somehow have a problem understanding css files in bootstrap, I adjusted the css files in typo3conf/ext/bootstrap_package/Resources/Public/Css/ (bootstrap5-rte.css; bootstrap5-theme.css) then "minimized" , then I deleted the cache, logged out and deleted typo3temp to be on the safe side.
I then log in to BE, go into editor mode and check and call up the page via display and then
lots of css files have been created in the typo3temp directory, but my adjustments are not included in them, where does the content for the css files in typo3temp come from.
The text was updated successfully, but these errors were encountered: