Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] bemCell algebra #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

belozer
Copy link

@belozer belozer commented Feb 3, 2017

No description provided.

@@ -24,9 +24,9 @@ const decls = {
{ block: 'block', elems: ['elem-1', 'elem-2'] }
],
elemMods: [
{ block: 'block-1', elem: 'elem', modName: 'mod' },
{ block: 'block-2', elem: 'elem', modName: 'mod', modVal: true },
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zxqfox здесь так
{ block: 'block-2', elem: 'elem', modName: 'mod', modVal: true },
или так
{ block: 'block-2', elem: 'elem', mod: { name: 'mod', val: true } },

?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Лучше harmony вообще не трогать :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants