Commit graph

108 commits

Author SHA1 Message Date
4480f2f5e3 Experimental json merge driver 2021-10-01 04:59:22 +02:00
8b870474d7 Improvements in loading images 2021-10-01 02:57:41 +02:00
90a52fa47a Reset translations and charging station layer after merge 2021-10-01 00:37:44 +02:00
ba2b4754a9
Merge branch 'develop' into fix-answer-with-image-style-#491 2021-10-01 00:31:39 +02:00
04a2f91b36 Fix small styling issue with tabbed component 2021-10-01 00:23:44 +02:00
Tobias Jordans
8e040a8c4d Fix #491 with custom HTML/Classes inside translations
This is not the fixed I hoped for, but the JS generates so many empty `<span>` tags that I cannot get rid of, that it is not possible to style this "from the outside", which is unfortunate.
2021-09-30 21:46:20 +02:00
Tobias Jordans
29e7fea95a Replace inline style with TW classes 2021-09-30 20:09:09 +02:00
Tobias Jordans
45e8b96f9f Introduce TailwindCSS CLI with JIT-Mode
Remove Tailwind Compatibility Mode and PostCSS. Install newest tailwind and configure it to use JIT-Mode. Setup npm run scripts to run TailwindCSS CLI and Parcel in parallel. The Tailwind index.css and all .html/.ts files are scanned live and generated to /css/index-tailwind-output which is in turn included in index.html.
2021-09-22 19:56:05 +02:00