Skip to content

Commit

Permalink
Fix abs-percent warning span (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Sep 15, 2023
1 parent a27a1ed commit 3301bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/values/calculation/abs.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ To emit a CSS abs() now: abs(#{-7.5%})
More info: https://sass-lang.com/d/abs-percent
,
1 | a {b: abs(-7.5%)}
| ^^^^^^^^^^^^^^^^^
| ^^^^^^^^^^
'
input.scss 1:1 root stylesheet
input.scss 1:7 root stylesheet

<===>
================================================================================
Expand Down

0 comments on commit 3301bb5

Please sign in to comment.