Skip to main content

parse_user_stylesheets

Function parse_user_stylesheets 

Source
fn parse_user_stylesheets(
    string: String,
) -> Result<Vec<Rc<UserStyleSheet>>, Error>
Expand description

Parse a space or comma-separated list of stylesheet paths into a vector of UserStyleSheet.