-
Notifications
You must be signed in to change notification settings - Fork 275
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
chore: update node lts and update stylelint #2596
chore: update node lts and update stylelint #2596
Conversation
@@ -30,32 +30,32 @@ | |||
* NOTE: Do not change the location of Bootstrap sources lightly; they must | |||
* be included in the uPortal.war package. | |||
*/ | |||
@import "../../../../webjars/bootstrap/less/bootstrap.less"; | |||
@import url("../../../../webjars/bootstrap/less/bootstrap.less"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these imports appear to resolve exactly the same, but make it clearer that it is a browser path
-moz-box-shadow: 0 0 4px 0 #333; | ||
-webkit-box-shadow: 0 0 4px 0 #333; | ||
box-shadow: 0 0 4px 0 #333; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these got folded together, no browser needs these prefixed anymore.
https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
&:lastchild { | ||
&:last-child { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stylelint caught this typo
@@ -457,6 +403,7 @@ | |||
} | |||
} | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stylelint adds a newline between blocks of css
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Some great changes here 🥇
Checklist
Description of change
Updates node to latest long term support release.
Update stylelint to latest version, and resolves new lint errors detected.
This should not change how the build runs, or how the page is styled.
It focuses on improving code styles and having additional long term support