Skip to content

0.10.0 (2017-05-27)

Compare
Choose a tag to compare
@ruedap ruedap released this 08 Oct 11:31
· 401 commits to main since this release
  • Move root Sass file (from ./emma.scss to ./sass/all.scss)
  • Remove default prefix u-
  • Avoid hyphenation at numeric values (e.g. mt-0 -> mt0)
  • Add snippets:
    • Viewport units (vw, vh, vmax, vmin)
    • flex-grow
    • flex-shrink
    • flex-basis
    • appearance
    • user-select
    • -webkit-touch-callout
    • -moz-osx-font-smoothing
    • fsm-a (mixin)
    • d-ih (display: inherit)
    • pos-sk (position: sticky)
    • bdrs9999 (border-radius: 9999px)
  • Improve snippets:
    • flex
    • width
    • max-width
    • cf (clearfix)
    • ff-ja (Japanese font-family)
  • Rename snippets:
    • d-f -> d-fx (display: flex)
    • d-if -> d-ifx (display: inline-flex)
    • wfsm -> wkfsm (-webkit-font-smoothing)
    • bgsz -> bgz (background-size)
    • rsz -> rz (resize)
  • Remove snippets:
    • d-rb (display: ruby)
    • d-rbb (display: ruby-base)
    • d-rbbg (display: ruby-base-group)
    • d-rbt (display: ruby-text)
    • d-rbtg (display: ruby-text-group)
    • d-ri (display: run-in)
    • d-cp (display: compact)
    • d-tbcp (display: table-caption)
    • d-tbco (display: table-column)
    • d-tbcog (display: table-column-group)
    • fw-l (font-weight: light)
  • Bower is deprecated