Add ElmHub stylesheets.
This commit is contained in:
0
stages/9/ElmHub.elm
Normal file
0
stages/9/ElmHub.elm
Normal file
10
stages/9/Stylesheets.elm
Normal file
10
stages/9/Stylesheets.elm
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
module Stylesheets (..) where
|
||||||
|
|
||||||
|
import Css.File exposing (..)
|
||||||
|
import ElmHub
|
||||||
|
|
||||||
|
|
||||||
|
port files : CssFileStructure
|
||||||
|
port files =
|
||||||
|
toFileStructure
|
||||||
|
[ ( "style.css", compile ElmHub.css ) ]
|
||||||
10
stages/9/css/Stylesheets.elm
Normal file
10
stages/9/css/Stylesheets.elm
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
module Stylesheets (..) where
|
||||||
|
|
||||||
|
import Css.File exposing (..)
|
||||||
|
import ElmHub
|
||||||
|
|
||||||
|
|
||||||
|
port files : CssFileStructure
|
||||||
|
port files =
|
||||||
|
toFileStructure
|
||||||
|
[ ( "style.css", compile ElmHub.css ) ]
|
||||||
8
stages/9/src/ElmHub.elm
Normal file
8
stages/9/src/ElmHub.elm
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
module ElmHub (..) where
|
||||||
|
|
||||||
|
import Css exposing (..)
|
||||||
|
|
||||||
|
|
||||||
|
css =
|
||||||
|
stylesheet
|
||||||
|
[ (.) "foo" [] ]
|
||||||
Reference in New Issue
Block a user