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 9
9
"exposed-modules" : [
10
10
" Css" ,
11
11
" Css.Colors" ,
12
- " Css.Elements " ,
12
+ " Css.Foreign " ,
13
13
" Css.Media" ,
14
14
" DEPRECATED.Css.File" ,
15
15
" DEPRECATED.Css.Namespace"
Original file line number Diff line number Diff line change @@ -8307,19 +8307,6 @@ stringsToValue list =
8307
8307
{ value = String . join " , " ( List . map ( \ s -> s) list) }
8308
8308
8309
8309
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
-
8323
8310
{- | Take a list of styles and return a list of key-value pairs that
8324
8311
can then be passed to a `style` attribute.
8325
8312
You can’t perform that action at this time.
0 commit comments