Skip to content

Add missing semicolons in CSS files#408

Merged
adityatelange merged 1 commit intoadityatelange:masterfrom
kdkasad:add-missing-semicolons
Jun 11, 2021
Merged

Add missing semicolons in CSS files#408
adityatelange merged 1 commit intoadityatelange:masterfrom
kdkasad:add-missing-semicolons

Conversation

@kdkasad
Copy link
Copy Markdown
Contributor

@kdkasad kdkasad commented May 9, 2021

Many of the CSS files had no semicolon after the last rule in a block, which is proper syntax, but it's annoying when adding more rules. Since omitting the semicolons doesn't really have a benefit, I've decided to add them to ease editing the styles in the future.

(For example, they caused this problem. Not a big deal, but still annoying and avoidable.)

Many of the CSS files had no semicolon after the last rule in a block,
which is proper syntax, but it's annoying when adding more rules. Since
omitting the semicolons doesn't really have a benefit, I've decided to
add them.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented May 9, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Copy Markdown
Owner

@adityatelange adityatelange left a comment

Choose a reason for hiding this comment

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

👍

@adityatelange adityatelange merged commit 87fbe01 into adityatelange:master Jun 11, 2021
kylethedeveloper pushed a commit to kylethedeveloper/hugo-PaperMod that referenced this pull request Feb 21, 2023
Many of the CSS files had no semicolon after the last rule in a block,
which is proper syntax, but it's annoying when adding more rules. Since
omitting the semicolons doesn't really have a benefit, I've decided to
add them.
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.

2 participants