Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active August 31, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/033c2d8efa1c6e0230b3 to your computer and use it in GitHub Desktop.
Save YumaInaura/033c2d8efa1c6e0230b3 to your computer and use it in GitHub Desktop.
Hamlでidを正しく出力する方法( {id: "my-id"} のようにベタ書きで出力されてしまう原因) ref: http://qiita.com/Yinaura/items/9e3afdfe2204e7c12b53
%div{id: "my-id"}
%div {id: "my-id"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment