diff options
Diffstat (limited to 'templates/assets/bootstrap/scss/mixins/_float.scss')
| -rw-r--r-- | templates/assets/bootstrap/scss/mixins/_float.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/assets/bootstrap/scss/mixins/_float.scss b/templates/assets/bootstrap/scss/mixins/_float.scss new file mode 100644 index 0000000..b43116f --- /dev/null +++ b/templates/assets/bootstrap/scss/mixins/_float.scss @@ -0,0 +1,9 @@ +@mixin float-left { + float: left !important; +} +@mixin float-right { + float: right !important; +} +@mixin float-none { + float: none !important; +} |
