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

#bem: Main implementation #24

Closed
askirmas opened this issue Mar 5, 2021 · 0 comments
Closed

#bem: Main implementation #24

askirmas opened this issue Mar 5, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@askirmas
Copy link
Owner

askirmas commented Mar 5, 2021

be

  1. ({block: {el: true}} => "block__el"
  2. ({block: {el: {mod: false}} => "block__el"
  3. ({block: {el: {mod: true}} => "block__el block__el—mod"

b

  1. ({block: true}) => "block"
  2. ({block: {$: {mod: false}}}) => "block"
  3. ({block: {$: {mod: true}}}) => "block block—mod"

block propagation

  • (block) => (ElQuery) => ElResult
@askirmas askirmas added the enhancement New feature or request label Mar 5, 2021
@askirmas askirmas added this to the v0.14 milestone Mar 5, 2021
@askirmas askirmas self-assigned this Mar 5, 2021
@askirmas askirmas modified the milestones: v0.14, v0.15 Mar 5, 2021
@askirmas askirmas added the question Further information is requested label Mar 5, 2021
askirmas pushed a commit that referenced this issue Mar 5, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
askirmas pushed a commit that referenced this issue Mar 10, 2021
@askirmas askirmas removed the question Further information is requested label Mar 11, 2021
@askirmas askirmas changed the title BEM support #bem Main implementation Mar 11, 2021
@askirmas askirmas changed the title #bem Main implementation #bem: Main implementation Mar 11, 2021
askirmas pushed a commit that referenced this issue Mar 11, 2021
askirmas pushed a commit that referenced this issue Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant