# suitcss-utils-layout **Repository Path**: mirrors_jaredhanson/suitcss-utils-layout ## Basic Information - **Project Name**: suitcss-utils-layout - **Description**: Utility classes for low-level CSS layout traits - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SUIT utilities: layout A SUIT collection of utility classes for low-level CSS layout traits. Read more about [SUIT's design principles](https://github.com/necolas/suit/). ## Installation * [Bower](http://bower.io/): `bower install --save suit-utils-layout` * Download: [zip](https://github.com/necolas/suit-utils-layout/zipball/master) * Git: `git clone https://github.com/necolas/suit-utils-layout.git` ## Available classes * `u-cf` - Contain floats (micro clearfix). * `u-nbfc` - Create a new block formatting context. * `u-nbfcAlt` - Create a new block formatting context (alternative technique). * `u-pullLeft` - Float left. * `u-pullRight` - Float right. * `u-objLeft` - The same as `u-pullLeft` but with `10px` of opposite margin, and child image normalization. * `u-objRight` - The same as `u-pullRight` but with `10px` of opposite margin, and child image normalization. * `u-alignTop` - Vertically align to top. * `u-alignMiddle` - Vertically align to middle. * `u-alignBaseline` -Vertically align to baseline. * `u-alignBottom` - Vertically align to bottom. ## Usage Please refer to the README for [SUIT utils](https://github.com/necolas/suit-utils/) ## Browser support * Google Chrome (latest) * Opera (latest) * Firefox 4+ * Safari 5+ * Internet Explorer 8+