basscss-utility-layout
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "basscss-utility-layout", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Layout utilities module for Basscss", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,3 +0,4 @@ | ||
Change the default document flow with display, float, and other utilities. | ||
Change the default document flow with these display, float, and other utilities. | ||
## Display | ||
@@ -16,6 +17,7 @@ | ||
To adjust element overflow, use `.overflow-hidden`, `.overflow-scroll`, and `.overflow-auto`. | ||
`.overflow-hidden` can also be used to create a new block formatting context or clear floats. | ||
## Floats | ||
Use `.clearfix`, `.left`, and `.right` to adjust floats. | ||
Use `.clearfix`, `.left`, and `.right` to clear and set floats. | ||
@@ -22,0 +24,0 @@ ```html |
2687
59