File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1935,7 +1935,7 @@ A quick reference table of every single modifier included in Tailwind by default
1935
1935
| <a href = " #prefers-contrast" className = " whitespace-nowrap" >contrast-more</a > | <code className = " whitespace-nowrap before:content-none after:content-none" >@media (prefers-contrast: more)</code > |
1936
1936
| <a href = " #prefers-contrast" className = " whitespace-nowrap" >contrast-less</a > | <code className = " whitespace-nowrap before:content-none after:content-none" >@media (prefers-contrast: less)</code > |
1937
1937
| <a href = " #print-styles" className = " whitespace-nowrap" >print</a > | <code className = " whitespace-nowrap before:content-none after:content-none" >@media print</code > |
1938
- | <a href = " #supports" className = " whitespace-nowrap" >supports-[ <span className = " text-slate-400" >&hellip ; </span >] </a > | <code className = " whitespace-nowrap before:content-none after:content-none" >@supports (<span className = " text-slate-400" >&hellip ; </span >)</code > |
1938
+ | <a href = " #supports-rules " className = " whitespace-nowrap" >supports-[ <span className = " text-slate-400" >&hellip ; </span >] </a > | <code className = " whitespace-nowrap before:content-none after:content-none" >@supports (<span className = " text-slate-400" >&hellip ; </span >)</code > |
1939
1939
| <a href = " #aria-states" className = " whitespace-nowrap" >aria-checked</a > | <code className = " whitespace-nowrap before:content-none after:content-none" ><span className = " text-slate-400" >&</span >[ aria-checked="true"] </code > |
1940
1940
| <a href = " #aria-states" className = " whitespace-nowrap" >aria-disabled</a > | <code className = " whitespace-nowrap before:content-none after:content-none" ><span className = " text-slate-400" >&</span >[ aria-disabled="true"] </code > |
1941
1941
| <a href = " #aria-states" className = " whitespace-nowrap" >aria-expanded</a > | <code className = " whitespace-nowrap before:content-none after:content-none" ><span className = " text-slate-400" >&</span >[ aria-expanded="true"] </code > |
You can’t perform that action at this time.
0 commit comments