Skip to content

Commit

Permalink
Fix: BEM記法だとwarningになってしまっていたので'both'にして両対応
Browse files Browse the repository at this point in the history
  • Loading branch information
sable-virt committed Dec 8, 2015
1 parent 002cb84 commit 80c36de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htmlhintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"head-script-disabled": false,
"img-alt-require": true,
"doctype-html5": true,
"id-class-value": "dash",
"id-class-value": "both",
"style-disabled": false,
"space-tab-mixed-disabled": true,
"id-class-ad-disabled": true,
Expand Down

0 comments on commit 80c36de

Please sign in to comment.