about summary refs log tree commit diff stats
path: root/src/css/values.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Limit display values to those we can actually displaybptato2021-12-131-10/+10
* Support height, fix marginbptato2021-12-131-5/+5
* Support width propertybptato2021-12-131-1/+12
* Support ::before, ::after pseudo elementsbptato2021-12-131-5/+8
* Support more colors, config.nim refactoringbptato2021-12-101-33/+187
* Refactor some parts of the layout enginebptato2021-11-251-0/+2
* Support CSS word breakbptato2021-11-231-11/+37
* Refactor cascading logic and css valuesbptato2021-11-191-0/+435