↧
Sublime Text reading SASS files as HAML
If this is happening for you and you want to fix it the quickest way do do this is to edit Ruby Hamil.tmLanguage on Mac OS X this can be found at the following location: /Library/Application...
View ArticleAdding Data Attributes using haml_tag
Normally when using haml_tag you can add attributes by typing something like; haml_tag :a, class: 'my-class' Unfortunately because of the hyphen in data attributes the same pattern doesn’t work if you...
View Article