0.1.1 • Published 10 years ago

am-display v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

AM SUIT CSS utilities: display

AM SUIT CSS display utilities.

Read more about SUIT CSS's design principles.

Installation

  • npm: npm install am-utils-display
  • Bower: bower install am-utils-display

Available classes

  • [data-am-block] - Display block.
  • [data-am-hidden] - Display none.
  • [data-am-hiddenVisually] - Visually hidden but available to screenreaders.
  • [data-am-inline] - Display inline.
  • [data-am-inlineBlock] - Display inline-block.
  • [data-am-table] - Display table.
  • [data-am-tableCell] - Display table-cell.
  • [data-am-tableRow] - Display table-row.

Usage

Please refer to the README for SUIT CSS utils

Browser support

  • Google Chrome (latest)
  • Opera (latest)
  • Firefox 4+
  • Safari 5+
  • Internet Explorer 8+