Commit cc575160 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added TODO list to README

parent dfa989a5
......@@ -107,3 +107,13 @@ Bootstrapping on a Debian system can be done as follows:
$ cd mincss
$ make
$ ./mincss --help
TODO / bugs
===========
- `border` shorthand generation produces out0of-order results when
direction-specific ddeclarations follow a generic border declaration. This
produces inequivalent CSS and must be fixed by unfolding each generic border
declaration into four direction-specific ones, and sybsequently generating
the shortest possible representation of the resulting box model.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment