1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

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.
You can define only class/id using . or #
For example:
For example
%div.my_class
%div#my_id
/ Can be written:
/ Can be written
.my_class
#my_id