Skip to content

Commit

Permalink
docs: stylelint number alpha-value-notation
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Oct 29, 2022
1 parent c798a0c commit 9db926b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.stylelintrc.json
@@ -1,7 +1,7 @@
{
"extends": ["stylelint-config-standard-scss"],
"rules": {
"alpha-value-notation": null,
"alpha-value-notation": "number",
"at-rule-empty-line-before": null,
"color-function-notation": "legacy",
"color-hex-case": null,
Expand Down
4 changes: 2 additions & 2 deletions docs/src/assets/scss/carbon-ads.scss
Expand Up @@ -31,8 +31,8 @@
}

.jumbotron #carbonads {
border: solid 1px hsla(250, 20%, 50%, .6);
background-color: hsla(0, 0%, 70%, .15);
border: solid 1px hsla(250, 20%, 50%, 0.6);
background-color: hsla(0, 0%, 70%, 0.15);
}

#carbonads a {
Expand Down

0 comments on commit 9db926b

Please sign in to comment.