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