Skip to content

v2.0.0

Compare
Choose a tag to compare
@tedw tedw released this 16 Mar 15:26
· 63 commits to master since this release
  • 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
  • Update inline documentation