Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): add 'css' arg to specify the stylesheet #487

Merged
merged 3 commits into from
Jan 27, 2020

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jan 25, 2020

when the --css=... argument is used, the generated HTML
document contains a <link type="text/html" rel="stylesheet" href="...">
element with the given --css value.

Fixes #482

Signed-off-by: Xavier Coulon [email protected]

when the `--css=...` argument is used, the generated HTML
document contains a `<link type="text/html" rel="stylesheet" href="...">`
element with the given `--css` value.

Fixes bytesparadise#482

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue482_css_cli_argument branch from b20f398 to 2fb71ee Compare January 25, 2020 15:29
@codecov
Copy link

codecov bot commented Jan 25, 2020

Codecov Report

Merging #487 into master will increase coverage by 0.03%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #487      +/-   ##
==========================================
+ Coverage   88.73%   88.76%   +0.03%     
==========================================
  Files          63       63              
  Lines        4127     4139      +12     
==========================================
+ Hits         3662     3674      +12     
  Misses        299      299              
  Partials      166      166

@xcoulon xcoulon merged commit c1de2f2 into bytesparadise:master Jan 27, 2020
@xcoulon xcoulon deleted the Issue482_css_cli_argument branch January 27, 2020 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

would be nice to have the ability to link to stylesheet
1 participant