Skip to main content

CODE_EDITOR_CSS

Constant CODE_EDITOR_CSS 

Source
pub const CODE_EDITOR_CSS: Asset;
Expand description

Base stylesheet injected by CodeEditor.

use dioxus_code_editor::CODE_EDITOR_CSS;
let _href = CODE_EDITOR_CSS;