Skip to content

Commit 54383e1

Browse files
committed
chore(tailwind): Update contributing notes
1 parent addbf49 commit 54383e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/tailwind/readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ and the class names associated with them on a `<style>` tag on the `<head>` elem
7777

7878
### The treatment for Tailwind's CSS variables
7979

80-
This is also something we need to keep in mind here, emails don't really have great support
81-
for CSS variables, so we needed to use a [postcss plugin](https://github.com/MadLittleMods/postcss-css-variables)
82-
alongisde Tailwind to resolve all of these variables.
80+
Emails don't really have great support for CSS variables,
81+
so we needed to use a custom postcss plugin alongisde Tailwind to resolve
82+
all of these variables. When the plugin finds a CSS Variable that it cannot resolve,
83+
it leaves it without any changes.
8384

8485
### The treatment for media query class names
8586

0 commit comments

Comments
 (0)