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

Support @bemmod and @bemval tags of @bem definition #3

Open
narqo opened this issue Jul 25, 2014 · 0 comments
Open

Support @bemmod and @bemval tags of @bem definition #3

narqo opened this issue Jul 25, 2014 · 0 comments

Comments

@narqo
Copy link
Owner

narqo commented Jul 25, 2014

Example of this kind of AST:

{
  "class" : "popup",
  "bem" : {
    "jsdocType" : "bem",
    "block" : "popup",
    "mods" : [
      {
        "jsdocType" : "bemmod",
        "mod" : "visible",
        "description" : "Represents visible state"
      }
    ]
  }
}
@narqo narqo changed the title Support @bemmod tag of @bem definition Support @bemmod and @bemval tags of @bem definition Jul 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant