Ben Rogerson

Results 6 issues of Ben Rogerson

We're currently testing the next major version of twin which syncs with [tailwindcss v3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.0.0) Help test the next release: ```shell npm install twin.macro@rc ``` 🔥 [Bugs / Issue discussion →](https://github.com/ben-rogerson/twin.macro/discussions/679)...

Hey Cristian Would it be possible to add support for objects interpolated within template literals? ```js const Component = styled("div")` /* An interpolated style object (unsupported) */ ${{ display: "block"...

feature

Geez, who would have thought that dynamic imports + vendor splitting would be the cause? Apparently this is [a known issue with Laravel Mix](https://github.com/JeffreyWay/laravel-mix/issues/1887) and should be fixed when Webpack...

wontfix

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @babel/template from 7.22.15 to 7.23.9. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade postcss-selector-parser from 6.0.13 to 6.0.15. :information_source: Keep your dependencies up-to-date....

When the default filter has no parenthesis (defaults to null) then the syntax highlighting doesn't work. ```twig # Nice syntax highlighting blah|default() ``` ```twig # No syntax highlighting blah|default ```

no-issue-activity