Skip to content

Commit 3478fd8

Browse files
committed
v1.1.92 bug fixes
1 parent 3bee284 commit 3478fd8

File tree

7 files changed

+9
-24
lines changed

7 files changed

+9
-24
lines changed

dist/index.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utilities.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webpixels/css",
33
"description": "Utility and component-centric Design System based on Bootstrap for fast, responsive UI development.",
4-
"version": "1.1.91",
4+
"version": "1.1.92",
55
"version_short": "1.1",
66
"license": "MIT",
77
"style": "dist/index.css",

src/core/variables/_colors.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,5 @@ $surface-colors: map-merge((
388388
"light": $gray-200,
389389
"dark": shade-color($dark, 7%)
390390
), $surface-colors);
391+
392+
$surface-colors-rgb: map-loop($surface-colors, to-rgb, "$value") !default;

src/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Webpixels CSS v1.1.91 (https://webpixels.io/)
2+
* Webpixels CSS v1.1.92 (https://webpixels.io/)
33
* Copyright 2022 Webpixels
44
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
55
*/

src/utilities/_utilities.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ $utilities: (
177177

178178
// Cursor
179179
"cursor": (
180-
property: border-style,
181-
class: border,
180+
property: cursor,
181+
class: cursor,
182182
responsive: false,
183183
values: auto pointer wait text,
184184
),

0 commit comments

Comments
 (0)