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
0ca0aa97
Commit
0ca0aa97
authored
Aug 10, 2015
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small command line usage string update + add item to todo list
parent
472940f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+2
-0
main.ml
main.ml
+4
-3
No files found.
README.md
View file @
0ca0aa97
...
@@ -120,3 +120,5 @@ TODO / bugs
...
@@ -120,3 +120,5 @@ TODO / bugs
generating the shortest possible representation of the resulting box model.
generating the shortest possible representation of the resulting box model.
-
`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`
.
-
`padding: 0 !important`
is expanded to 4 directions because of the
`!important`
main.ml
View file @
0ca0aa97
...
@@ -24,7 +24,7 @@ let parse_args () =
...
@@ -24,7 +24,7 @@ let parse_args () =
-o <file> Output file (defaults to stdout)
\n
\
-o <file> Output file (defaults to stdout)
\n
\
<file> ... Input files (default is to read from stdin)
\n
\
<file> ... Input files (default is to read from stdin)
\n
\
\n
\
\n
\
Optimization flags (
if none are specified, all are enable
d):
\n
\
Optimization flags (
default is -w -c -s -
d):
\n
\
-w, --whitespace Eliminate unnecessary whitespaces (has the greatest \
-w, --whitespace Eliminate unnecessary whitespaces (has the greatest \
effect, omit for pretty-printing)
\n
\
effect, omit for pretty-printing)
\n
\
-c, --simple Shorten colors, font weights and nth-child
\n
\
-c, --simple Shorten colors, font weights and nth-child
\n
\
...
@@ -32,10 +32,11 @@ let parse_args () =
...
@@ -32,10 +32,11 @@ let parse_args () =
-d, --duplicates Prune duplicate properties (WARNING: may affect \
-d, --duplicates Prune duplicate properties (WARNING: may affect \
cross-browser hacks)
\n
\
cross-browser hacks)
\n
\
-p, --pretty Shorthand for -c -s -d
\n
\
-p, --pretty Shorthand for -c -s -d
\n
\
-e, --echo Just parse and pretty-print, no optimizations
\n
\
\n
\
\n
\
Formatting options:
\n
\
Formatting options:
\n
\
-r, --sort Sort declarations in each selector group
\n
\
-r, --sort Sort declarations in each ruleset (always on when \
--shorthands is enabled)
\n
\
-e, --echo Just parse and pretty-print, no optimizations
\n
\
"
"
in
in
...
...
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