Styled_ppx_css_parser.Resolvemodule List : sig ... endval contains_ampersand : Ast.selector -> boolval pseudo_selector_contains_ampersand : Ast.pseudo_selector -> boolval brace_block_contain_media : Ast.brace_block -> boolval stylesheet_contain_media : Ast.stylesheet -> boolval rule_list_contain_media : Ast.rule_list -> boolval rule_contain_media : Ast.rule -> boolval pop_last_selector :
Ast.selector ->
Ast.selector * string option * Ast.selector optionval join_selector_with_combinator :
?combinator:string option ->
Ast.selector ->
Ast.selector ->
Ast.selectorval join_compound_selector :
Ast.selector ->
Ast.compound_selector ->
Ast.selectorval replace_ampersand : Ast.selector -> Ast.selector -> Ast.selectorval pseudo_selector_replace_ampersand :
Ast.selector ->
Ast.pseudo_selector ->
Ast.pseudo_selectorval starts_with_double_dot : Ast.selector -> boolval trim_right :
Ast.component_value_list ->
Ast.component_value Ast.with_loc listval join_media :
Ast.component_value_list Ast.with_loc ->
Ast.component_value_list Ast.with_loc ->
Ast.component_value Ast.with_loc list * Ppxlib.locationval swap : Ast.at_rule -> Ast.rule list