about summary refs log tree commit diff stats
path: root/src/css/parser.nim
Commit message (Collapse)AuthorAgeFilesLines
* Rename conflicting source filesbptato2022-05-101-817/+0
| | | | Nim can't really differentiate between them, unfortunately.
* Implement formsbptato2022-01-291-1/+5
| | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think.
* Refactorbptato2022-01-241-29/+9
|
* Small cascade optimizationsbptato2021-12-311-0/+39
|
* Implement basic media query supportbptato2021-12-271-73/+91
|
* Basic content type implementationbptato2021-12-261-0/+1
|
* Preparation for at rules, small inline-block fixbptato2021-12-191-5/+5
|
* Some parser fixesbptato2021-12-151-2/+2
|
* Refactor enumsbptato2021-12-151-1/+9
|
* Support more colors, config.nim refactoringbptato2021-12-101-1/+0
|
* Change configuration format to tomlbptato2021-12-051-47/+1
|
* Optimized generateFullOutputbptato2021-11-131-1/+0
|
* Ignore invalid css valuesbptato2021-11-131-30/+30
|
* Layout engine improvements, use author style sheetbptato2021-11-101-0/+2
|
* It's broken but it could be worsebptato2021-11-091-10/+5
|
* Rename cssparser.nimbptato2021-08-101-0/+818