Frontend

Oct 07. 2018 · by Helge Sverre
How to use Bootstrap properly

Bootstrap is a popular CSS framework, you have probably seen it before, I'm going to teach you how to use it properly and how to customize it with Sass variables, so you wouldn't know it was Bootstrap if you glanced at it.

Jun 23. 2018 · by Helge Sverre
How to use Laravel Mix in a CraftCMS project

Laravel Mix is a wrapper around webpack that makes it easy to do common stuff like compiling javascript, vue components, compiling Sass and generating sourcemaps etc, without having to battle with huge webpack config files by yourself.