Skip to content

Commit

Permalink
chore: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Dec 30, 2023
1 parent 1a54a99 commit ce6b01a
Showing 1 changed file with 33 additions and 4 deletions.
37 changes: 33 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,39 @@ These utilities are all based on your `theme.colors` config:
- `mso-highlight`
- `text-underline-color`
- `mso-shading`
- `mso-shadow-color`

### Border utilities

Utilities for controlling the border styles of elements.

For border colors:

- `mso-border-alt`
- `mso-border-between`
- `mso-border-bottom-alt`
- `mso-border-left-alt`
- `mso-border-right-alt`
- `mso-border-top-alt`

For border widths:

- `mso-border-between-width`
- `mso-border-width-alt`
- `mso-border-bottom-width-alt`
- `mso-border-left-width-alt`
- `mso-border-right-width-alt`
- `mso-border-top-width-alt`

Others:

- `mso-border-bottom-source`
- `mso-border-left-source`
- `mso-border-right-source`
- `mso-border-top-source`
- `mso-border-shadow`
- `mso-border-effect`


### Font utilities

Expand Down Expand Up @@ -186,10 +219,6 @@ Values: `bottom`, `inside`, `middle`, `outside`, `top` (+ values from your `spac

Values: `all`, `none`, `screen`

#### mso-color-alt

Values: `auto`, `windowtext` (+ colors from your config)

#### mso-line-height-rule

Values: `at-least`, `exactly`
Expand Down

0 comments on commit ce6b01a

Please sign in to comment.