Miscellaneous Properties
Various CSS property classes that do not belong to a specific category.
Column
| Class | CSS |
|---|
csa | column-span: all |
cfb | column-fill: balance |
cfa | column-fill: auto |
cw200px | column-width: 200px (Pattern: cw + number + unit) |
crw1px | column-rule-width: 1px (Pattern: crw + number + unit) |
Mix Blend Mode
| Class | CSS |
|---|
mbmn | mix-blend-mode: normal |
mbmm | mix-blend-mode: multiply |
mbms | mix-blend-mode: screen |
mbmo | mix-blend-mode: overlay |
mbmd | mix-blend-mode: darken |
mbml | mix-blend-mode: lighten |
Isolation
| Class | CSS |
|---|
iso | isolation: auto |
ison | isolation: isolate |
Contain
| Class | CSS |
|---|
ctnn | contain: none |
ctnc | contain: content |
ctns | contain: size |
ctnl | contain: layout |
ctnp | contain: paint |
ctnst | contain: strict |
Color Scheme
| Class | CSS |
|---|
csn | color-scheme: normal |
csl | color-scheme: light |
csd | color-scheme: dark |
Image Rendering
| Class | CSS |
|---|
irn | image-rendering: auto |
irpe | image-rendering: pixelated |
irce | image-rendering: crisp-edges |
Will Change / All / Content
| Class | CSS |
|---|
wca | will-change: auto |
alli | all: initial |
allinh | all: inherit |
allun | all: unset |
allr | all: revert |
contentEmpty | content: '' |
ts0 | transform: scale(0) |