Skip to content

Frontend: fix class name when using Vue/JSX/Styles #11448

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

Merged
merged 1 commit into from
Apr 23, 2019
Merged

Frontend: fix class name when using Vue/JSX/Styles #11448

merged 1 commit into from
Apr 23, 2019

Conversation

Kocal
Copy link
Member

@Kocal Kocal commented Apr 17, 2019

Fixing a typo.

The CSS selector is .title, so <h1 class={styles.title}> will output something like <h1 class="title_a3dKp">, not <h1 class="h1_a3dKp">.

Thanks! :)

Fixing a typo.

The CSS selector is `.title`, so `<h1 class={styles.title}>` will output something like `<h1 class="title_a3dKp">`, not `<h1 class="h1_a3dKp">`.
@javiereguiluz
Copy link
Member

Good catch, thanks Hugo.

@javiereguiluz javiereguiluz merged commit dd2981a into symfony:3.4 Apr 23, 2019
javiereguiluz added a commit that referenced this pull request Apr 23, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

Frontend: fix class name when using Vue/JSX/Styles

Fixing a typo.

The CSS selector is `.title`, so `<h1 class={styles.title}>` will output something like `<h1 class="title_a3dKp">`, not `<h1 class="h1_a3dKp">`.

Thanks! :)

Commits
-------

dd2981a Frontend: fix class name when using Vue/JSX/Styles
@Kocal Kocal deleted the patch-1 branch April 23, 2019 07:26
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