add note about differences from Asciidoctor default stylesheet

This commit is contained in:
Dan Allen
2024-03-29 16:29:21 -06:00
parent efe4fd46b5
commit dd9bca0271

View File

@@ -8,7 +8,11 @@ These stylesheets utilize CSS variables to keep the CSS DRY and easy to customiz
Within the default UI project, the stylesheet files are separated into modules to help organize the rules and make them easier to find.
The UI build combines and minifies these files into a single file named [.path]_site.css_.
During the build, the CSS is enhanced using PostCSS in much the same way as a CSS preprocessor works, only the modifications are made to the CSS directly.
The modifications mostly center around injecting vendor prefixes for compatibility or backporting new features to more broadly supported syntax.
The modifications mostly revolve around injecting vendor prefixes for compatibility or backporting new features to more broadly supported syntax.
NOTE: An Antora UI provides its own styles.
While these styles are expected to support any roles defined in the AsciiDoc Language documentation, it does not provide all the selectors found in the Asciidoctor default stylesheet.
If there's a selector that the Asciidoctor default stylesheet provides that you need in your Antora site, you'll need to add it to the CSS for your own UI.
== Add a new CSS rule