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

Installing tailwindcss/nesting plugin #3496

Merged
merged 1 commit into from
Jul 26, 2021
Merged

Conversation

aleksfront
Copy link
Contributor

@aleksfront aleksfront commented Jul 23, 2021

Allowing to use comfortable style writing experience just like sass does.

Now it's possible to use nesting rules in our css files:

.label {
  font-size: var(--font-size);

  &:hover {
    background-color: transparent;
  }
}

Fixes #3021

Signed-off-by: Alex Andreev [email protected]

@aleksfront aleksfront added this to the 5.2.0 milestone Jul 23, 2021
@aleksfront aleksfront requested a review from a team as a code owner July 23, 2021 06:45
@aleksfront aleksfront requested review from nevalla, Nachasic and jim-docker and removed request for a team, nevalla and Nachasic July 23, 2021 06:45
Copy link
Contributor

@Nachasic Nachasic left a comment

Choose a reason for hiding this comment

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

Looks great!

@aleksfront aleksfront merged commit 5c64b48 into master Jul 26, 2021
@aleksfront aleksfront deleted the install-nesting-plugin branch July 26, 2021 07:37
@Nokel81 Nokel81 mentioned this pull request Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install PostCSS Nesting plugin
2 participants