getlaminas.org icon indicating copy to clipboard operation
getlaminas.org copied to clipboard

Clean-up of CSS/Sass files and introduction of a simple build tool (like Vite)

Open froschdesign opened this issue 7 months ago • 3 comments

  • [ ] Remove classes from headlines
  • [ ] Use Sass variables from Bootstrap instead of custom ones (for layout, link colour, fonts, …)
  • [ ] Remove unnecessary footer styling from _custom-styles.scss
  • [ ] …

froschdesign avatar Jul 02 '25 13:07 froschdesign

This one will be complicated. We spend few weeks to implement Vite in Dotkernel Admin and failed As Vite is not good friend with SCSS

arhimede avatar Jul 02 '25 15:07 arhimede

It's not a good friend with webpack either…

I normally setup dart sass with a regular npm script and run it via npm-watch in dev. Also with postcss-cli.

Not great with JS ecosystem stuff though, so perhaps there are other tools…

gsteel avatar Jul 02 '25 16:07 gsteel

Current sass needs cleanup for deprecation too https://sass-lang.com/documentation/breaking-changes/import/

Xerkus avatar Sep 04 '25 13:09 Xerkus