Skip to content

Commit

Permalink
Rewrite opacity declaration
Browse files Browse the repository at this point in the history
Work around cssnano/cssnano#881.

Signed-off-by: Niels Thykier <nt@asseco.dk>
  • Loading branch information
Niels Thykier committed Oct 1, 2021
1 parent d6af5e3 commit 0645901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ tr{
}

.obsoleteTimestamp{
opacity: 35%;
opacity: 0.35;
}

0 comments on commit 0645901

Please sign in to comment.