background-size-polyfill – Adds support for background-size “cover” and “contain” to IE8
Tag: front-end
[WordPress] Resource – Loading Parent Styles for Child Themes
The always insightful Justin Tadlock has posted a great post on how best to handle stylesheets in child themes. Though there are many options for this, including the infamous @import technique, Justin recommends loading the styles directly from the parent theme itself. It’s a simple but effective solution that should work for 99% of cases.
Resource – Auto Prefixer
Fantastic library to parse CSS and add vendor prefixes to CSS rules. Supports Grunt, Gulp, and many other libraries/tools.
Bootstrap to Drop IE8 Support
In a bit of a surprising move, Bootstrap v4 will be dropping support for IE8. Those who need IE8 support can continue to use Bootstrap v3.x. According to at least one dev, Bootstrap will continue to provide bug fixes/patches for v3 when needed. How long this will last is anyones guess.
I can appreciate wanting to move forward, but in my own personal experience, many small to medium businesses and clients require IE8 support for legacy computers, users etc. I suppose it all depends on your user base, and Bootstrap feels comfortable enough with IE8 numbers to do so. More power to them, but for many in the corporate world v3 will be the only choice for now.
A few resources where you can read more about this change:
- The official announcement (scroll down to the “Onward to Bootstrap 4 headline”).
- Concerns and discussions from users and devs on Github here and here.
Resource – Responsinator
A simple website for testing device widths for the most common Apple and Android devices. Remember – it’s no replacement for actually testing on these devices along with as many widths and breakpoints as possible. Also remember, device-agnostic responsive sites should be the true goal. However, for basic development and simple testing this is a nice resource.
Resource – SweetAlert JavaScript Plugin
A nice alternative to using the ol’ and ugly default Javascript alert box. Allows multiple options and callbacks while staying small and simple.