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:
author⚔️ DR ⚔️ <46758080+caressofsteel@users.noreply.github.com>2022-10-03 19:53:58 +0300
committerGitHub <noreply@github.com>2022-10-03 19:53:58 +0300
commitd21ca45c47159da42ebc8db216ad78ced3ef920b (patch)
tree50437147979ef7465faa58400428dcaa28320133
parent6722dc851b2fd9e1e22b9a1effad36a7997c11b1 (diff)
parent07542e475f69ddfcfbaab18388aa1cba1f186059 (diff)
Merge pull request #31 from tjungbauer/sass-breakpointHEADmaster
added breakpoint: null and removed deprecated !global
-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
+ }