BlackbirdDigital / wp-theme-scaffold

Blackbird's WordPress Theme Scaffold
GNU General Public License v2.0
30 stars 1 forks source link

Respond tool max-width error #10

Closed cr0ybot closed 2 years ago

cr0ybot commented 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.

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()