Closed cr0ybot closed 2 years ago
The breakpoint values that come from theme.json are strings and even unquoting them does not cast them to a number value.
theme.json
src/styles/tools/_respond.scss Error: $number: 375px is not a number. ╷ 29 │ @if math.unit( string.unquote( $width ) ) == 'px' { │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/styles/tools/_respond.scss 29:8 to()
The breakpoint values that come from
theme.json
are strings and even unquoting them does not cast them to a number value.