Every time I start a website project I start first with flat-file pages. HTML and CSS, nothing else. Only after I'm happy with the structure and basics will I merge it into a CMS theme, mostly WordPress. SASS has become… Read more A Gulpfile for getting started October 7, 2015
Recently I started my first project with CSS flexboxes. I always try to keep my work flow 'simple'. Although 'simple' can be defined differently for everyone. For me it is vanilla SASS through the terminal and hand code in the… Read more Gulp, Autoprefixer and SASS