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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/sass/_mixins.scss')
-rw-r--r--static/sass/_mixins.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/static/sass/_mixins.scss b/static/sass/_mixins.scss
index 89d0992..b6f6a40 100644
--- a/static/sass/_mixins.scss
+++ b/static/sass/_mixins.scss
@@ -12,19 +12,6 @@
}
}
-/// `clearfix`
-@mixin _clearfix {
- &:before,
- &:after {
- /* clearfix - http://nicolasgallagher.com/micro-clearfix-hack/ */
- content: " ";
- display: table;
- }
- &:after {
- clear: both;
- }
-}
-
/// Background opacity
@mixin _background-opacity($color, $opacity: 0.5) {
background-color: $color; /* The Fallback */