Module: Docit::UI::SystemStyles
- Defined in:
- lib/docit/ui/system_styles.rb
Overview
Stylesheet for the System Map UI. The CSS lives in assets/system.css so it can be edited and linted as a real stylesheet; it is read once and inlined into the page by SystemRenderer.
Constant Summary collapse
- CSS =
File.read(File.join(__dir__, "assets", "system.css")).freeze
Class Method Summary collapse
Class Method Details
.css ⇒ Object
11 12 13 |
# File 'lib/docit/ui/system_styles.rb', line 11 def self.css CSS end |