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:
authorRogerSelwyn <RogerSelwyn@users.noreply.github.com>2022-01-24 20:52:25 +0300
committerGitHub <noreply@github.com>2022-01-24 20:52:25 +0300
commitde0fab9c2eb51786cf9f5abad66ede3e3be28d71 (patch)
tree219b0d633da13c8526f89766e98214a24ce9d8e4
parentff169e4bb7559801bca867bc735e9fc6d3d708d3 (diff)
Deprecation warning (#100)
DEPRECATION WARNING on line 7 of /Users/roger/Documents/Development/Hugo/bsp/themes/massively/assets/scss/libs/_breakpoints.scss: !global assignments won't be able to declare new variables in future versions. Consider adding `$breakpoints: null` at the top level.
-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
+ }