Support easy disabling of Docsy styles for HTML elements #1431
Labels
design/style
Front-end site design / styling
e0-minutes
Effort < 60 min
enhancement
New feature or request
p2-medium
Milestone
Docsy defaults are good most of the time, but now and again it would be convenient if they could be easily disabled. For example, consider the following excerpt from https://github.com/google/docsy/blob/main/assets/scss/_content.scss:
To disable, we could use a special class named, say,
td-initial
to be used like this:In markdown, one could now write something like this to recover the base styles of one specific table:
provided markdown attributes are enabled for blocks.
Thoughts @LisaFC et al.? I've come across the need for this and implemented it elsewhere -- see open-telemetry/opentelemetry.io#2359.
Tasks:
Related:
The text was updated successfully, but these errors were encountered: