fix formatting

This commit is contained in:
Vasiliy Petrov 2017-09-27 22:18:48 +03:00
parent 938988bd34
commit f0664e67c1

View File

@ -61,13 +61,12 @@ $ haml input_file.haml output_file.html
/ /
The div tag is the default element, so it can be omitted. The div tag is the default element, so it can be omitted.
You can define only class/id using . or # You can define only class/id using . or #
For example: For example
%div.my_class %div.my_class
%div#my_id %div#my_id
/ Can be written: / Can be written
.my_class .my_class
#my_id #my_id