Posts about SCSS (CSS preprocessor)
Sass (Syntactically Awesome Style Sheets) is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extensible.
Four years after writing that BEM syntax in CSS indicates weak coding principles, it’s time for a retraction.
CSS Flexbox has been ready for mainstream use for a while now, and I’ve implemented it on a third client project for my employer.
HTTP/2 allows you to separate your CSS, JavaScript and other template resources into individual files, without running into problems with multiple requests.
My employer re-branded recently, which meant a new corporate identity and a new website using Zurb Foundation, CSS Flexbox and TYPO3.
Using modules in front end web programming to allow more flexibility and more independence from site layouts for content elements.