@wordpress/base-styles 5.7.0 → 5.7.1-next.1f6eadc42.0
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/_mixins.scss +2 -2
- package/package.json +2 -2
package/_mixins.scss
CHANGED
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
@mixin gradient-colors-deprecated() {
|
|
513
513
|
// Our classes uses the same values we set for gradient value attributes.
|
|
514
514
|
|
|
515
|
-
/* stylelint-disable function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */
|
|
515
|
+
/* stylelint-disable @stylistic/function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */
|
|
516
516
|
.has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
|
|
517
517
|
background: linear-gradient(135deg,rgba(0,208,132,1) 0%,rgba(6,147,227,1) 100%);
|
|
518
518
|
}
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
.has-midnight-gradient-background {
|
|
541
541
|
background: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
|
|
542
542
|
}
|
|
543
|
-
/* stylelint-enable function-comma-space-after */
|
|
543
|
+
/* stylelint-enable @stylistic/function-comma-space-after */
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
@mixin custom-scrollbars-on-hover($handle-color, $handle-color-hover) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "5.7.0",
|
|
3
|
+
"version": "5.7.1-next.1f6eadc42.0",
|
|
4
4
|
"description": "Base SCSS utilities and variables for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "960a22b909c9fdbc90e7435b7ba8947b9218837a"
|
|
31
31
|
}
|