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
Form elements (i.e. input, button, select, textarea) are no longer reset, only normalized. This gives developers the option of using the native styling.
No longer removing borders universally (required in order to leave default form styling)
Add @charset 'UTF-8';
Add touch-action: manipulation; to remove 300ms delay in IE10+
Add styles for blockquote[type=cite], acronym[title], abbr[title], ins, and mark