Skip to content

Archetype-CSS/Archetype-u-layout

Repository files navigation

Archetype-u-layout Build Status Dependency Status Built with Grunt

Archetype utilities for layout

Installation

  • Bower: bower install Archetype-u-layout
  • Git: git clone https://github.com/Archetype-CSS/Archetype-u-layout.git

Use

  • @extend %u-cf - contain floated children using micro-clearfix
  • @extend %u-nbfc - force a new block formating context
  • @extend %u-nbfcAlt - alternate method for forcing a new block formating context
  • @extend %u-pullLeft - float left
  • @extend %u-pullRight - float right

Run the Test Locally

git clone https://github.com/Archetype-CSS/Archetype-u-layout.git
cd Archetype-u-layout
npm install
grunt

Browser Suport

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

License

MIT