Skip to content

Commit fd948cf

Browse files
authored
Merge pull request #41 from webpixels/v2-dev
V2 dev
2 parents 1d2515c + c2800ab commit fd948cf

File tree

12 files changed

+20
-12
lines changed

12 files changed

+20
-12
lines changed

dist/main.css

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/main.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/utility.css

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/utility.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.

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": "2.0.0",
4+
"version": "2.0.0-beta.12",
55
"version_short": "2.0",
66
"license": "MIT",
77
"style": "dist/index.css",

scss/extra.scss

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

scss/index.scss

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

scss/main.scss

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

scss/maps/_maps.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Maps
22
//
33

4+
$all-colors: map-merge-multiple($blues, $indigos, $purples, $pinks, $reds, $oranges, $yellows, $greens, $teals, $cyans);
5+
46
// Typography
57
$utilities-font-family-values: (
68
base: var(--#{$prefix}font-sans-serif),

scss/utilities/_gradient.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
// For color values
39-
@each $color, $value in $colors {
39+
@each $color, $value in $all-colors {
4040
$end-color: rgba(0, 0, 0, 0);
4141
.start-#{$color},
4242
.start-#{$color}-hover:hover {

0 commit comments

Comments
 (0)