Skip to content

Commit

Permalink
fixed overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed Jan 22, 2019
1 parent 5750fa6 commit 189dd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/float-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ video: 'VEzXdMmqhAY'
You can change the float behavior of an element by adding the `.float-left` or `.float-right` classes to an element. To clear floats, add the class `.clearfix` to the parent element.

<div class="callout primary">
<p>Float Left/Right classes use `!important` to ensure they aren't overriden by more specific selectors. This framework conscientiously avoids using `!important` declarations. This is one of the few components that does.</p>
<p>Float Left/Right classes use `!important` to ensure they aren't overridden by more specific selectors. This framework conscientiously avoids using `!important` declarations. This is one of the few components that does.</p>
</div>

<div class="callout warning">
Expand Down

0 comments on commit 189dd49

Please sign in to comment.