Can css / sass / stylus files be directly imported into Elm files? The webpack css-loader module makes this possible in Javascript with import './styles.css' , but I cannot find anything about how this can be done in Elm with or without Webpack.
source share