getlaminas.org
getlaminas.org copied to clipboard
Clean-up of CSS/Sass files and introduction of a simple build tool (like Vite)
- [ ] 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 - [ ] …
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
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…
Current sass needs cleanup for deprecation too https://sass-lang.com/documentation/breaking-changes/import/