Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Customizable html template style #152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kkkkan
Copy link

@kkkkan kkkkan commented Mar 13, 2022

This is adding feature pull request.

Add customizable style section of template html and output html's style is customizable .
For example , if in app's build.gradle

licenseTools {
    customStyles = "body{
    background-color: pink;
    }"
}

and do generateLicensePage task , generated licenses.html's background color is pink.

If you do not set customStyles configuration in app's build.gradle and do generateLicensePage task , generated licenses.html is same in generated made by com.cookpad.android.plugin.license-tools v1.2.8.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant