Skip to content

Commit

Permalink
CSS Data Types: Add types syntax (#20763)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Thomas Smith <[email protected]>
  • Loading branch information
ramiy and bsmth authored Sep 15, 2022
1 parent 5061ed2 commit 7fa992e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/en-us/web/css/css_types/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Below you will find a reference to the types that you are most likely to come ac

## Syntax

```css
selector {
property: <unit-data-type>;
}
```

In formal CSS syntax, data types are denoted by a keyword placed between the inequality signs "`<`" and "`>`".

## Textual data types
Expand Down

0 comments on commit 7fa992e

Please sign in to comment.