ricardobalk / ricardobalk.nl

My personal website, made with Nuxt 3 (Vue 3), TypeScript & TailwindCSS
https://ricardobalk.nl
ISC License
0 stars 0 forks source link

Move away from Zurb Foundation #63

Closed ricardobalk closed 3 years ago

ricardobalk commented 4 years ago

Zurb Foundation is used with SCSS, while VuePress recommends Stylus. All styling has already been converted to Stylus (#25), and SCSS is only used for Foundation now.

Foundation is also only used for its 12 column grid system. All the other things that Foundation offers are not used. If we move to a (more basic) grid system that uses Stylus, we can remove the scss-loader from the deps and make the website build process a bit faster again.