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
Focus atomic classes have been added for when you need to change something on the :focus state. Check the documentation for .f:[xxx] classes.
Certain greens (success), reds (danger / error), and yellows (warning) have each been aliased to .fc-success, .bg-success, .bc-success, .fc-danger, .bg-danger, .bc-danger, .fc-error, .bg-error, .bc-error, and .fc-warning, .bg-warning, .bc-warning.
s-expandable now has data-s-expandable-control-toggle-class="is-selected" for toggling a selected state on the button that expands and collapses the s-expandable.
Fixes
.s-btn__google and s-btn__facebook now have proper :focus states
.h:fc-orange-600 didn't actually work
s-btn-group now responds a bit more gracefully by wrapping and automagically making the buttons smaller at the smallest breakpoints.
Removes
s-notice__outlined has been removed because no one was using it and it was ugly. Sorry not sorry.