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

Clarify CSS parameters in <context> #122

Merged
merged 1 commit into from
Dec 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions dev_ref/html-customization-plugin-bundle-css.dita
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,19 @@
<p>The <option>html5-custom-css</option> transformation includes a custom CSS file and sets three parameters to
integrate the custom stylesheet in the generated HTML5 output:</p>
<ul>
<li>Specify the custom .css file with <parmname>args.css</parmname></li>
<li>Copy the custom .css file to the output directory with <parmname>args.copycss</parmname></li>
<li>Set the path for .css files in the output folder with <parmname>args.csspath</parmname></li>
<li>Specify the custom .css file with <parmname>args.css</parmname><ul id="ul_mkh_rw2_2y">
<li>Specify only the name of the .css file, as the path is set by
<parmname>args.csspath</parmname>.</li>
</ul></li>
<li>Trigger the copy of the custom .css file to the output directory by setting
<parmname>args.copycss</parmname> to <userinput>yes</userinput></li>
<li>Set the path for .css files in the output folder with
<parmname>args.csspath</parmname>.<ul id="ul_m4s_cx2_2y">
<li>Exclude the .css file name from the path as it is set by
<parmname>args.css</parmname>.</li>
</ul></li>
</ul>
<p>All these parameters are set in the Ant script (<filepath>build.xml</filepath>).</p>
</context>
<steps>
<step>
Expand Down