Skip to content

Lint LESS files using Stylelint#1948

Merged
mvorisek merged 9 commits intodevelopfrom
stylelint
Jan 6, 2023
Merged

Lint LESS files using Stylelint#1948
mvorisek merged 9 commits intodevelopfrom
stylelint

Conversation

@mvorisek
Copy link
Copy Markdown
Member

No description provided.

}
}
&:not(active) {
&:not(.active) {
Copy link
Copy Markdown
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
z-index: @rightPanelIndex;
&.atk-visible {
box-shadow: 0px 0 5px fade(@black, 20%);
box-shadow: 0 0 5px fade(@black, 20%);
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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 force-pushed the stylelint branch 2 times, most recently from cf52e00 to 9403ad0 Compare December 22, 2022 14:43
@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

Development

Successfully merging this pull request may close these issues.

2 participants