forked from bem/bem-bl
-
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.
- Loading branch information
Showing
9 changed files
with
25 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
({ | ||
mustDeps: { | ||
block: 'i-jquery', | ||
elems: [ | ||
'inherit', | ||
'identify', | ||
'is-empty-object', | ||
'debounce', | ||
'observable' | ||
] | ||
}, | ||
shouldDeps: [ | ||
{ elem: 'ecma', mods: { type: 'array' }}, | ||
{ elem: 'internal' } | ||
] | ||
mustDeps: [ | ||
{ | ||
block: 'i-jquery', | ||
elems: [ | ||
'inherit', | ||
'identify', | ||
'is-empty-object', | ||
'debounce', | ||
'observable' | ||
] | ||
}, | ||
{ block: 'i-ecma', elem: 'array' } | ||
], | ||
shouldDeps: { elem: 'internal' } | ||
}) |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ecma/_type/i-bem__ecma_type_array.test.js → ...mmon/i-ecma/__array/i-ecma__array.test.js
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,2 +1 @@ | ||
The ##inner## modifier is given for a link including an element.\\ | ||
For a convinient usage of an icon inside a link. | ||
The ##inner## modifier is given for a link including an element |
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,2 +1,2 @@ | ||
Позволяет добавлять в ссылку elem: 'inner'. Содержит только css, | ||
For a convinient usage of an icon inside a link. Позволяет добавлять в ссылку elem: 'inner'. Содержит только css, | ||
которые переносит подчеркивание с самой ссылки на ее внутренний элемент. |
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,2 +1 @@ | ||
Ссылка с вложенным элементом.\\ | ||
Для удобного использования с иконками | ||
Ссылка с вложенным элементом |
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,2 +1,2 @@ | ||
Позволяет добавлять в ссылку elem: 'inner'. Содержит только css, | ||
Для удобного использования с иконками. Позволяет добавлять в ссылку elem: 'inner'. Содержит только css, | ||
которые переносит подчеркивание с самой ссылки на ее внутренний элемент. |
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