Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_float.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_float.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_float.scss b/assets/stylesheets/bootstrap/mixins/_float.scss
index b30cf14..b43116f 100644
--- a/assets/stylesheets/bootstrap/mixins/_float.scss
+++ b/assets/stylesheets/bootstrap/mixins/_float.scss
@@ -4,3 +4,6 @@
@mixin float-right {
float: right !important;
}
+@mixin float-none {
+ float: none !important;
+}