Merge pull request #459 from Textualize/expanded-css-hex-support

Support 3 and 4 character hex strings for colours
This commit is contained in:
Darren Burns
2022-05-04 10:23:54 +01:00
committed by GitHub
5 changed files with 29 additions and 8 deletions

View File

@@ -7,5 +7,6 @@
.list-item {
height: 8;
background: darkblue;
color: #12a0;
background: #ffffff00;
}