about summary refs log tree commit diff stats
path: root/src/css/cascade.nim
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-implement, height, fix pseudo on hoverbptato2022-01-221-0/+2
|
* Fix media query bug, do not refresh page without css change (wip)bptato2022-01-221-2/+2
|
* Re-implement inline blocksbptato2022-01-191-5/+1
|
* Fix crash on reshapebptato2022-01-191-2/+0
|
* Implement basics of new layout enginebptato2022-01-181-5/+19
|
* Small cascade optimizationsbptato2021-12-311-30/+22
|
* Cascade optimizations, start layout engine rewritebptato2021-12-291-8/+16
|
* Implement basic media query supportbptato2021-12-271-15/+57
|
* Preparation for at rules, small inline-block fixbptato2021-12-191-13/+16
|
* Refactor selector code, optimize style tagsbptato2021-12-181-0/+152