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

[BUG] Incorrect CSS compilation #969

Closed
2 of 3 tasks
kirankunigiri opened this issue May 6, 2024 · 1 comment
Closed
2 of 3 tasks

[BUG] Incorrect CSS compilation #969

kirankunigiri opened this issue May 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kirankunigiri
Copy link

What happened?

Plasmo incorrectly compiles CSS files.

In my original CSS file, style.css, I have a class with the rule:

.mic-btn {
    padding: 10px 10px !important;
}

In the compiled css file in the build folder, it has been compiled into the file style.21df28e0.css with the following rule:

.mic-btn {
    padding: 10px !important;
}

This is not the same as the original and is also incorrect CSS.

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

(OPTIONAL) Contribution

  • I would like to fix this BUG via a PR

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@kirankunigiri kirankunigiri added the bug Something isn't working label May 6, 2024
@kirankunigiri
Copy link
Author

Never mind, I was really sleep deprived and forgot that they're literally the same thing. My bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant