Skip to content

Commit

Permalink
cyborg: disable length-zero-no-unit check #1319
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Dec 27, 2024
1 parent 232ecd2 commit 643957e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/cyborg/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ $input-disabled-bg: $gray-400 !default;

$input-color: $gray-900 !default;
$input-border-color: $white !default;
// stylelint-disable-next-line length-zero-no-unit
$input-border-width: 0px !default;

$input-group-addon-color: $white !default;
Expand Down
1 change: 1 addition & 0 deletions docs/5/cyborg/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ $input-disabled-bg: $gray-400 !default;

$input-color: $gray-900 !default;
$input-border-color: $white !default;
// stylelint-disable-next-line length-zero-no-unit
$input-border-width: 0px !default;

$input-group-addon-color: $white !default;
Expand Down

0 comments on commit 643957e

Please sign in to comment.