-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update todomvc stylesheets #20
Comments
Ideally we'd convert the CSS to Clay or something though. External stylesheets don't compose well. |
Or use inline styles ;)
|
In fact, I wonder if it would be a good idea to write a quasi-quoter which takes CSS and produces style :: HMS.HashMap T.Text T.Text
style = [css|
height: 20px;
color: #ff0000;
|] Then it would be simple to copy over the styling from projects such as TodoMVC. |
That's one option. The other is to just offer a tool 'css-to-haskell' that 2015-03-17 23:43 GMT+01:00 Alex Sayers [email protected]:
|
todomvc now has a couple of npm packages for the css and assets. See here.
The text was updated successfully, but these errors were encountered: