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

CSS insideNonNestedAtRule generic variable #2147

Merged
merged 14 commits into from Jun 1, 2023
Merged

CSS insideNonNestedAtRule generic variable #2147

merged 14 commits into from Jun 1, 2023

Conversation

mho22
Copy link
Contributor

@mho22 mho22 commented May 9, 2023

Description

  • Source branch in your fork has meaningful name (not main)

Fixes Issue: #2012
Previous Closed Pull Request : #2142

Corrects this Tailwindcss specific error :

Before :

h3 {
  @apply flex flex-col lg:flex-row space-y-3 lg:space-x-12 items-start;
}

After :

h3 {
  @apply flex flex-col lg: flex-row space-y-3 lg:space-x-12 items-start;
}

This PR fixes the extra space added after the first : following the @apply custom at rule when CSS beautifying.

Before Merge Checklist

These items can be completed after PR is created.

(Check any items that are not applicable (NA) for this PR)

  • JavaScript implementation
  • Python implementation (NA if HTML beautifier)
  • Added Tests to data file(s)
  • Added command-line option(s) (NA if
  • README.md documents new feature/option(s)

@bitwiseman
Copy link
Member

bitwiseman commented May 23, 2023

@itemshopp Thanks for doing a new PR! Running CI now.

@bitwiseman bitwiseman merged commit 02c2e39 into beautifier:main Jun 1, 2023
12 checks passed
@bitwiseman bitwiseman added this to the v1.14.8 (next release) milestone Jun 1, 2023
@bitwiseman
Copy link
Member

@itemshopp
Released as part of v1.14.8

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

Successfully merging this pull request may close these issues.

None yet

2 participants