lint all files

This commit is contained in:
2024-01-16 13:48:46 +00:00
parent b515ba4458
commit a321b0ce99
45 changed files with 66985 additions and 23206 deletions

View File

@@ -198,8 +198,8 @@ In this example, `p#intro` text would be coloured green, even though `*` (all te
- We can specify hexadecimal RGB codes this way, using 2 characters for each channel.
- `#66CDAA32`, where `#RRGGBBAA` is used for RGBA, or `#RRGGBB` for RGB, we just convert from the decimal format of `rgba()`, to hexadecimal.
- All values are 2-bit hex values converted to 8-bit binary positive integers, ranging from 0 to 255.
- `#66CDAA32` - `rgba(102, 205, 170, 0.2)` - `hsla(159.612, 51%, 60%, 0.2)`
#### Colour Names
- In CSS, there are 140 hard coded colour names that can be found in several places.