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

Bracket params and HTML elements #326

Open
thec0keman opened this issue Dec 31, 2018 · 0 comments
Open

Bracket params and HTML elements #326

thec0keman opened this issue Dec 31, 2018 · 0 comments

Comments

@thec0keman
Copy link
Collaborator

valid:

a [
  href={ generate-link foo.bar }
]
  | Foo

invalid: (single space after closing bracket)

a [
  href={ generate-link foo.bar }
] 
  | Foo

invalid

a [
  href={ generate-link foo.bar }
] Foo

invalid

a [
  href={ generate-link foo.bar }
] | Foo
evgenibir added a commit to evgenibir/emblem.js that referenced this issue Mar 24, 2021
…nting close bracket in multi-line declarations because it leads to syntax glitches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant