You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched to use Browserify as the way to bundle all our javascript. If you would like to continue using the old style, please use either our Yeoman generator or the Grunt config from Kickoff v5.0.0. See the discussion about the change here
CSS/Scss
Ref #53 - Move all components from scss/partials/components/*.scss to scss/components
The media object has been updated to ensure that it doesn't stack it's columns on skinny viewports by default but by the use of modifier classes. See the code here
Block grids have had many improvements thanks to @nicbell. There are now different modifier classes for each breakpoint, for example: <ul class="l-blockGrid l-blockGrid--4 l-blockGrid--2--narrow l-blockGrid--6--wide">
The custom form elements have been refactored & separated into their own files so that individual items can be imported instead of all of them.
the custom select element now allows :focus styles
custom checkboxes don't depend on SVGs and a tick variant has been added
Create new _links.scss and remove relevant code from _typography.scss
move (un)ordered & definition lists into _lists.scss
Simplified tables – now has sensible default values rather than classes as they are usually used as content