summaryrefslogtreecommitdiff
path: root/src/parse/important.c
Commit message (Expand)AuthorAgeFilesLines
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-211-0/+20
* Strip trailing whitespace.Michael Drake2017-09-041-12/+12
* Fix advancing when play-during rule has !important set.Michael Drake2014-07-241-1/+1
* correctly apply enum casts to avoid warnings about casting between Vincent Sanders2012-04-141-36/+37
* Fix debug build (warnings about comparing different enums).François Revel2012-04-061-32/+36
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+15
* Fix \!important for opacity property.Michael Drake2012-01-271-0/+5
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-2/+2
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-139/+117
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-2/+1
* s/opcode/opcode_t/John Mark Bell2009-08-031-1/+1
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-271-1/+4
* Centralise !important handling.John Mark Bell2009-06-181-0/+415