Commit 4350368c authored by Taddeüs Kroes's avatar Taddeüs Kroes

Add todo item + moved comment

parent d2627819
...@@ -131,3 +131,4 @@ TODO / bugs ...@@ -131,3 +131,4 @@ TODO / bugs
it is better than putting everything at the end. it is better than putting everything at the end.
- `border:none` could be `border:0`, or in general any shorthand that has both - `border:none` could be `border:0`, or in general any shorthand that has both
a `style` and `width` property should be transformed from `none` into `0`. a `style` and `width` property should be transformed from `none` into `0`.
- Automated test suite: auto-diff css files and expected minified versions.
...@@ -27,8 +27,8 @@ and pseudo_class_arg = ...@@ -27,8 +27,8 @@ and pseudo_class_arg =
| Nth of nth | Nth of nth
and nth = and nth =
| Even | Odd | Even | Odd
(* a and b in an+b *)
| Formula of int * int | Formula of int * int
(* a and b in an+b *)
type media_expr = string * expr option type media_expr = string * expr option
type media_query = string option * string option * media_expr list type media_query = string option * string option * media_expr list
......
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