File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,10 @@ and the class names associated with them on a `<style>` tag on the `<head>` elem
77
77
78
78
### The treatment for Tailwind's CSS variables
79
79
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.
83
84
84
85
### The treatment for media query class names
85
86
You can’t perform that action at this time.
0 commit comments