Skip to content

Commit

Permalink
chore(tailwind): Update contributing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Nov 19, 2024
1 parent addbf49 commit 54383e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/tailwind/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ and the class names associated with them on a `<style>` tag on the `<head>` elem

### The treatment for Tailwind's CSS variables

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

### The treatment for media query class names

Expand Down

0 comments on commit 54383e1

Please sign in to comment.