mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
fix formatting
This commit is contained in:
parent
938988bd34
commit
f0664e67c1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user