Skip to content

Commit

Permalink
Sort CSS properties per Bootstrap Stylelint config
Browse files Browse the repository at this point in the history
css/common-bootstrap.css
 65:3  ✖  Expected "font-family" to come before "color"  order/properties-order
 75:3  ✖  Expected "font-family" to come before "color"  order/properties-order

Signed-off-by: Roger Sheen <roger@infotexture.net>
  • Loading branch information
infotexture committed Sep 17, 2023
1 parent 9292017 commit 8164d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/common-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
.xmlelement,
.xmlnsname,
.xmlpi {
color: var(--dita-violet);
font-family: var(--bs-font-monospace);
color: var(--dita-violet);
overflow-wrap: break-word;
}

Expand All @@ -71,8 +71,8 @@
.filepath,
.option,
.parmname {
color: var(--bs-code-color);
font-family: var(--bs-font-monospace);
color: var(--bs-code-color);
overflow-wrap: break-word;
}

Expand Down

0 comments on commit 8164d0d

Please sign in to comment.