File tree Expand file tree Collapse file tree 5 files changed +693
-613
lines changed Expand file tree Collapse file tree 5 files changed +693
-613
lines changed Original file line number Diff line number Diff line change 99 "exposed-modules" : [
1010 " Css" ,
1111 " Css.Colors" ,
12- " Css.Elements " ,
12+ " Css.Foreign " ,
1313 " Css.Media" ,
1414 " DEPRECATED.Css.File" ,
1515 " DEPRECATED.Css.Namespace"
Original file line number Diff line number Diff line change @@ -8307,19 +8307,6 @@ stringsToValue list =
83078307 { value = String . join " , " ( List . map ( \ s -> s) list) }
83088308
83098309
8310- collectSelectors : List Preprocess .SnippetDeclaration -> List Structure .Selector
8311- collectSelectors declarations =
8312- case declarations of
8313- [] ->
8314- []
8315-
8316- ( Preprocess . StyleBlockDeclaration ( Preprocess . StyleBlock firstSelector otherSelectors _)) :: rest ->
8317- ( firstSelector :: otherSelectors) ++ collectSelectors rest
8318-
8319- _ :: rest ->
8320- collectSelectors rest
8321-
8322-
83238310{- | Take a list of styles and return a list of key-value pairs that
83248311can then be passed to a `style` attribute.
83258312
You can’t perform that action at this time.
0 commit comments