Skip to content

Commit

Permalink
Merge pull request #36 from webpixels/1.2
Browse files Browse the repository at this point in the history
minor bug fix
  • Loading branch information
extrabright authored May 16, 2023
2 parents 236e9d2 + 3ce2e43 commit 8750793
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions dist/extra.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/extra.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/utility.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/utility.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webpixels/css",
"description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.",
"version": "1.2.5",
"version": "1.2.6",
"version_short": "1.2",
"license": "MIT",
"style": "dist/index.css",
Expand Down
2 changes: 1 addition & 1 deletion scss/core/variables/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ $pagination-color: $gray-700 !default;
$pagination-border-radius: $border-radius !default;
$pagination-hover-color: $gray-900 !default;
$pagination-hover-bg: $gray-50 !default;
$pagination-hover-border-color: $gray-300 !default !default;
$pagination-hover-border-color: $gray-300 !default;
$pagination-focus-color: $link-hover-color !default;
$pagination-focus-bg: $gray-100 !default;
$pagination-focus-box-shadow: none !default;
Expand Down
4 changes: 2 additions & 2 deletions scss/extra.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Webpixels CSS v1.2.5 (https://webpixels.io/)
* Copyright 2022 Webpixels
* Webpixels CSS v1.2.6 (https://webpixels.io/)
* Copyright 2023 Webpixels
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
*/

Expand Down
4 changes: 2 additions & 2 deletions scss/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Webpixels CSS v1.2.5 (https://webpixels.io/)
* Copyright 2022 Webpixels
* Webpixels CSS v1.2.6 (https://webpixels.io/)
* Copyright 2023 Webpixels
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
*/

Expand Down
4 changes: 2 additions & 2 deletions scss/light.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Webpixels CSS v1.2.5 (https://webpixels.io/)
* Copyright 2022 Webpixels
* Webpixels CSS v1.2.6 (https://webpixels.io/)
* Copyright 2023 Webpixels
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
*/

Expand Down
4 changes: 2 additions & 2 deletions scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Webpixels CSS v1.2.5 (https://webpixels.io/)
* Copyright 2022 Webpixels
* Webpixels CSS v1.2.6 (https://webpixels.io/)
* Copyright 2023 Webpixels
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
*/

Expand Down
4 changes: 2 additions & 2 deletions scss/utility.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Webpixels CSS v1.2.5 (https://webpixels.io/)
* Copyright 2022 Webpixels
* Webpixels CSS v1.2.6 (https://webpixels.io/)
* Copyright 2023 Webpixels
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
*/

Expand Down

0 comments on commit 8750793

Please sign in to comment.