Twin.macro: Position class disappear when container applied

Created on 26 Apr 2020  路  2Comments  路  Source: ben-rogerson/twin.macro

Hello, the position class seems cannot place together with container.

Without container:

const WebNav = tw.nav`relative flex justify-between items-center mx-auto`

The position class is applied:
1

With container:

const WebNav = tw.nav`relative container flex justify-between items-center mx-auto`

The position class disappear:
2

bug

All 2 comments

Thanks for the report.
There will be a bugfix in the next version due within the next week 馃憤

Fixed in 1.0.0 馃帀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nightgrey picture nightgrey  路  3Comments

r6203 picture r6203  路  5Comments

JoseRFelix picture JoseRFelix  路  4Comments

luknl picture luknl  路  7Comments

remotealex picture remotealex  路  6Comments