Skip to content

Commit

Permalink
CSS improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermeyer committed Oct 12, 2023
1 parent 70bcc03 commit 2566835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/antora_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo " content: []," >> purgecss.config.js
echo " css: []," >> purgecss.config.js
echo " safelist: {" >> purgecss.config.js
echo " standard: ['embedded', /toc.*/, /copy.*/, /source.*/, /hljs.*/, 'language-elixir', 'language-bash', /highlight.*/, /arabic.*/, 'colist', /.*conum.*/, 'table', 'tr', 'td', 'th', 'theader', 'tbody', '.anchor']," >> purgecss.config.js
echo " standard: ['embedded', /toc.*/, /copy.*/, /source.*/, /hljs.*/, 'language-elixir', 'language-bash', /highlight.*/, /arabic.*/, 'colist', /.*conum.*/, 'table', 'tr', 'td', 'th', 'theader', 'tbody', 'anchor', 'h1', 'h2', 'h3', 'h4', 'h5']," >> purgecss.config.js
echo " deep: [/blue_example$/]," >> purgecss.config.js
echo " greedy: [/yellow_example$/]" >> purgecss.config.js
echo " }," >> purgecss.config.js
Expand Down

0 comments on commit 2566835

Please sign in to comment.