Function script::devtools::handle_get_stylesheet_style

source ยท
pub fn handle_get_stylesheet_style(
    documents: &Documents,
    pipeline: PipelineId,
    node_id: String,
    selector: String,
    stylesheet: usize,
    reply: IpcSender<Option<Vec<NodeStyle>>>,
)