6 ms·
Haml keys can be plain strings. #main_page{"data-role" => 'page'} `data-` attributes are also special-cased: #main_page{data: {role: 'page'}}
by nex3 16y ago
Haml keys can be plain strings.
#main_page{"data-role" => 'page'}
`data-` attributes are also special-cased:
#main_page{data: {role: 'page'}}
- aaronbrethorst 16y agoI did not know that. Thanks for the heads up, and thanks for Haml and Sass!