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

Lint LESS files using Stylelint #1948

Merged
merged 9 commits into from
Jan 6, 2023
Merged

Lint LESS files using Stylelint #1948

merged 9 commits into from
Jan 6, 2023

Conversation

mvorisek
Copy link
Member

No description provided.

@@ -113,14 +113,14 @@
justify-content: center;
}
}
&:not(active) {
&:not(.active) {
Copy link
Member Author

Choose a reason for hiding this comment

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

was a bug I belive

@mvorisek mvorisek force-pushed the stylelint branch 5 times, most recently from 59d10cf to 60ad5df Compare December 14, 2022 18:48
@@ -216,7 +211,7 @@ footer.atk-footer {
width: 40%;
z-index: @rightPanelIndex;
&.atk-visible {
box-shadow: 0px 0 5px fade(@black, 20%);
box-shadow: 0 0 5px fade(@black, 20%);
Copy link
Member Author

@mvorisek mvorisek Dec 14, 2022

Choose a reason for hiding this comment

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

this css value is not passing styleling, introduced in 03f0ab2

@ibelar any idea how to fix it?

Copy link
Contributor

Choose a reason for hiding this comment

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

did you try like this:
box-shadow: 0px 0px 5px fade(@black, 20%);

Copy link
Member Author

Choose a reason for hiding this comment

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

LESS can render it, but what should it do?

docs https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow

Copy link
Member Author

@mvorisek mvorisek Jan 6, 2023

Choose a reason for hiding this comment

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

@mvorisek mvorisek marked this pull request as ready for review January 6, 2023 19:03
@mvorisek mvorisek merged commit ef3caa2 into develop Jan 6, 2023
@mvorisek mvorisek deleted the stylelint branch January 6, 2023 19:13
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