@graupl/core 1.0.0-beta.53 → 1.0.0-beta.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graupl/core",
3
- "version": "1.0.0-beta.53",
3
+ "version": "1.0.0-beta.54",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "description": "The core module of Graupl, providing essential styles and utilities.",
6
6
  "main": "dist/js/graupl.cjs.js",
@@ -296,7 +296,7 @@ $columns-span-map: ();
296
296
  @include utility.generate(
297
297
  $map: (
298
298
  "#{defaults.$columns-fixed-selector}": (
299
- --graupl-columns-max-width: #{$columns-min-width},
299
+ --#{root-defaults.$prefix}columns-max-width: #{$columns-min-width},
300
300
  ),
301
301
  ),
302
302
  $selector-base: "&#{defaults.$columns-fixed-selector-base}",