Tailwindcss: Some kind of problem after today's update

Created on 24 Oct 2019  路  3Comments  路  Source: tailwindlabs/tailwindcss

I look towards autoprefixer. It has been updated. And in my project only you and postcss-preset-env use it. But the problem may be due to another package.

The problem is shown in the screenshots below. I also attached two yarn.lock files - before and after the update.


Before the update

yarn.lock

before

After the update

yarn.lock

after


Comparison of two yarn.lock files


It can be seen that some of the styles work.

And judging by what I noticed - styles with a colon symbol do not work:

xs:text-xl

The code is present in the .css file. But the inspector in the browser does not see these styles for the elements.

Most helpful comment

Definitely a real problem, related to this:

https://github.com/postcss/postcss/issues/1304#issuecomment-545941419

Working on it now 馃憤

All 3 comments

Weird! Can you share the fully compiled CSS file?

Definitely a real problem, related to this:

https://github.com/postcss/postcss/issues/1304#issuecomment-545941419

Working on it now 馃憤

Fixed in PostCSS v7.0.20 馃憤馃徎

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jvanbaarsen picture jvanbaarsen  路  3Comments

AlexVipond picture AlexVipond  路  3Comments

Tjoosten picture Tjoosten  路  3Comments

jbardnz picture jbardnz  路  3Comments

lamberttraccard picture lamberttraccard  路  3Comments