Y
Hacker News
new
|
ask
|
show
|
jobs
by
nex3
5641 days ago
Haml keys can be plain strings.
#main_page{"data-role" => 'page'}
`data-` attributes are also special-cased:
#main_page{data: {role: 'page'}}
1 comments
aaronbrethorst
5641 days ago
I did not know that. Thanks for the heads up, and thanks for Haml and Sass!
link