-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added pseudo-elements, variations closure
- Loading branch information
Eugeny.horoshilov
authored and
Eugeny.horoshilov
committed
Mar 28, 2014
1 parent
d0da7b8
commit 1afb480
Showing
6 changed files
with
64 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
# Справка по синтаксису | ||
|
||
element класс элемента | ||
... ключевой контент | ||
#name ссылка на часть структуры | ||
span.element конкретизация тэга | ||
element . __fixed без данного класса не используется | ||
element __modificator перечисление возможных модификаторов | ||
element ( __yes | __no ) __maybe комплексная логика модификаторов | ||
element $__dynamic динамический модификатор | ||
[element] опциональный элемент | ||
$[dynamic] динамически опциональный элемент | ||
list-item + появление 1 и более раз | ||
common-item * появление 0 и более раз | ||
/// разрыв кода | ||
[1] маркер вариантного блока | ||
descendant @ ancestor наследование | ||
% template % шаблонизация | ||
(1) ссылка на комментарий | ||
------------------- отбивка комментариев | ||
(1) comment on code комментарий | ||
element класс элемента | ||
... ключевой контент | ||
#name ссылка на часть структуры | ||
span.element конкретизация тэга | ||
element . __fixed без данного класса не используется | ||
element __modificator перечисление возможных модификаторов | ||
element ( __yes | __no ) __maybe комплексная логика модификаторов | ||
element $__dynamic динамический модификатор | ||
[element] опциональный элемент | ||
<social> переиспользуемый компонент | ||
$[dynamic] динамически опциональный элемент | ||
list-item + появление 1 и более раз | ||
common-item * появление 0 и более раз | ||
/// разрыв кода | ||
[1] маркер вариантного блока | ||
[/] маркер окончания вариаций | ||
descendant @ ancestor наследование | ||
% template % шаблонизация | ||
(1) ссылка на комментарий | ||
------------------- отбивка комментариев | ||
(1) comment on code комментарий |