Skip to content

Issue #3508143 by paddy_deburca: [5.0.x] Provide possibility to download and maintain CSS within theme - by using a starterkit theme

Issue #3508143 by paddy_deburca: [5.0.x] Provide possibility to download and maintain CSS within theme - by using a starterkit theme

This approach leaves code of the primary theme untouched. All CSS management options are included in the sub-theme. Developers are required to have NPM installed to be able to run a 'npm update' command to download latest release of TailwindCSS and DaisyUI, and then issue an 'npm run build' command to build the up-to-date CSS for the sub theme.

Developers can also switch to using PostCSS by following the instructions in the README.md file. Again, developers are required to have NPM installed to be able to run a 'npm update' command to download latest release of TailwindCSS and DaisyUI, and then issue an 'npm run build' command to build the up-to-date CSS.

Merge request reports

Loading