Tahul/pinceau

wrong order applied for responsive tokens

bdrtsky opened this issue · 1 comments

docs: {
      page: {
        layout: {
          spacing: {
            initial: '0px',
            lg: '{space.6}',
            xl: '{space.8}'
          }
        }
      }
    }

lg overwriting xl

Please provide a minimal reproduction repository