Skip to content
Snippets Groups Projects
Commit cc575160 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added TODO list to README

parent dfa989a5
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment