We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b80359 commit 839fb1cCopy full SHA for 839fb1c
1 file changed
README.md
@@ -418,3 +418,4 @@ e.g.: `flex~1` results in `flex: 1`
418
- `border-~1-solid-red` → `border: 1 solid red` (strict number, no division or unit)
419
- `border-1~solid-red` → `border: 0.25rem solid red` (only affects the part with ~)
420
- `box-shadow~1-2-2-grey` → `box-shadow: 1 0.5rem 0.5rem grey` (strict property name)
421
+- Shorthand properties can be used in place of longhand properties, e.g.: `d-f` -> `display: flex`
0 commit comments