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

Add todo item + moved comment

parent d2627819
No related branches found
No related tags found
No related merge requests found
......@@ -131,3 +131,4 @@ TODO / bugs
it is better than putting everything at the end.
- `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`.
- Automated test suite: auto-diff css files and expected minified versions.
......@@ -27,8 +27,8 @@ and pseudo_class_arg =
| Nth of nth
and nth =
| Even | Odd
(* a and b in an+b *)
| Formula of int * int
(* a and b in an+b *)
type media_expr = string * expr option
type media_query = string option * string option * media_expr list
......
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