Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mincss
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
mincss
Commits
4350368c
Commit
4350368c
authored
Aug 12, 2015
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add todo item + moved comment
parent
d2627819
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+1
-0
types.ml
types.ml
+1
-1
No files found.
README.md
View file @
4350368c
...
@@ -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.
types.ml
View file @
4350368c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment