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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/helpers/float.sass')
-rw-r--r--assets/sass/helpers/float.sass8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/sass/helpers/float.sass b/assets/sass/helpers/float.sass
new file mode 100644
index 0000000..fc77f17
--- /dev/null
+++ b/assets/sass/helpers/float.sass
@@ -0,0 +1,8 @@
+.is-clearfix
+ +clearfix
+
+.is-pulled-left
+ float: left !important
+
+.is-pulled-right
+ float: right !important