bootstrap-detect-breakpoint
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "bootstrap-detect-breakpoint", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Detect the current Bootstrap breakpoint in JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,4 +39,6 @@ # bootstrap-detect-breakpoint | ||
```scss | ||
@each $name, $value in $grid-breakpoints { | ||
--#{$prefix}breakpoint-#{$name}: #{$value}; | ||
:root { | ||
@each $name, $value in $grid-breakpoints { | ||
--bs-breakpoint-#{$name}: #{$value}; | ||
} | ||
} | ||
@@ -43,0 +45,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19846
47