Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
Description
Background:
- Currently Custom CSS is made in form of an App and it assumes that Admincentral would be customized in CMS interface.
- It is not common that content editors know and write CSS. This is done mostly by developers.
- Use cases for Custom CSS App: personalization for customer brand colors, small UI hotfixes for current release.
- It is more developer friendly to work on CSS in IDE with some build tools pre/postprocessors, bundlers, etc.
Keeping that in mind it's probably a good idea to add custom CSS with yaml config instead of App OR to add resourceLinkField to App, which will point to bundled css from your Git repository.
In that way you can:
- Work on CSS with your build tools (sass, less, PostCSS, webpack, Vite, Rollup, etc)
- Make as many CSS files as you want (result will be transpiled to single style.css files)
- You can utilize sourcemaps
Checklists
Acceptance criteria