feat(ipc): support for injecting additional stylesheets
This commit is contained in:
@@ -27,4 +27,11 @@ pub enum Command {
|
||||
/// Variable key.
|
||||
key: Box<str>,
|
||||
},
|
||||
|
||||
/// Load an additional CSS stylesheet.
|
||||
/// The sheet is automatically hot-reloaded.
|
||||
LoadCss {
|
||||
/// The path to the sheet.
|
||||
path: PathBuf,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user