Emma.css Versions Save

🍴 Emma.css { utility-classes: emmet-like; }

v0.15.0

1 year ago

Features

  • Add snippets fx0, fx1, fx2, fx3 (2c7c200)
  • Declare variables of font-family (6e97b9f)
  • Declare variables of font-weight (370db6e)
  • Remove snippets ff-a, ff-t, ff-v, ff-l, ff-ja (f3a0cdc)

BREAKING CHANGES

  • Several snippets of the font-family have been deleted.

v0.14.0

1 year ago

Bug Fixes

Features

  • Add snippet cxcy (02f3b89)
  • Add snippet fw-l (font-weight: 300) (f58fb4c)
  • Add snippet fx-a (9b5e1f0)
  • Add snippets deol, deul (dedc8e3)
  • Add snippets trsdl, trstf, trsdr , trsp (29f77e2)
  • Improve font-weight values (normal -> 400, bold -> 700) (92122e5)
  • Improve snippet reli (2867cc2)

BREAKING CHANGES

  • The snippet abce has been removed.

v0.13.0

1 year ago

Features

  • Improve snippet: letter-spacing (9f30b4c)

v0.12.0

1 year ago

Code Refactoring

  • Change SCSS files' directory name (5091e6c)

Features

  • Improve snippet: border-radius (65f2506)
  • Improve snippet: tetr (91849f2)

BREAKING CHANGES

  • The directory name of the SCSS files has changed from sass/ to scss/.

0.11.0

1 year ago
  • Add snippets:
    • trf-n (transform: none)
    • t100p (top: 100%)
    • r100p (right: 100%)
    • b100p (bottom: 100%)
    • l100p (left: 100%)
    • fx0-0-100p (flex: 0 0 100%)
    • -webkit-overflow-scrolling
  • Rename snippets:
    • wkfsm-a -> wkfsm-aa (-webkit-font-smoothing: antialiased)
    • wkfsm-sa -> wkfsm-saa (-webkit-font-smoothing: subpixel-antialiased)
  • Change black color from #111111 to #000000
  • Change group of backface-visibility
  • Add package-lock.json and remove yarn
  • Introduce Prettier (#12)

0.10.0

1 year ago
  • 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

0.9.0

1 year ago
  • Restructure based on YAML documents

0.8.0

1 year ago
  • Add snippet: fz-0 (font-size: 0)
  • Add snippet: horizontal and vertical padding
  • Add snippet: horizontal and vertical margin

0.7.0

1 year ago
  • Add snippet: ff-j (font-family for Japanese)
  • Add snippet: z-9999 (z-index: 9999)
  • Change from ruby-sass to node-sass
  • Introduce npm run commands to build sass

0.6.0

1 year ago
  • Change $emma-alternative-colors default value from false to true
  • Add Makefile