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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/scss/libs/_breakpoints.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/scss/libs/_breakpoints.scss b/assets/scss/libs/_breakpoints.scss
index c5301d8..3136178 100644
--- a/assets/scss/libs/_breakpoints.scss
+++ b/assets/scss/libs/_breakpoints.scss
@@ -4,7 +4,7 @@
/// Breakpoints.
/// @var {list}
- $breakpoints: () !global;
+ $breakpoints: null;
// Mixins.
@@ -220,4 +220,4 @@
@content;
}
- } \ No newline at end of file
+ }