Method: JsDuck::Tag::Tag#css
- Defined in:
- lib/jsduck/tag/tag.rb
#css ⇒ Object (readonly)
A string of CSS to add to the builtin CSS of the generated docs. For example, to style a signature label:
@css = ".signature .mytag { color: red }"
134 135 136 |
# File 'lib/jsduck/tag/tag.rb', line 134 def css @css end |