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

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