-
Notifications
You must be signed in to change notification settings - Fork 7
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
Inline sul_styles #2283
base: main
Are you sure you want to change the base?
Inline sul_styles #2283
Conversation
@import 'sul-styles/su_web_colors'; | ||
@import 'sul-styles/su_primary_colors'; | ||
@import 'sul-styles/variables'; | ||
@import 'sul-styles/sul_footer'; |
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.
Files should end with a trailing newline
Prefer double-quoted strings
@@ -0,0 +1,4 @@ | |||
@import 'sul-styles/su_web_colors'; | |||
@import 'sul-styles/su_primary_colors'; | |||
@import 'sul-styles/variables'; |
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.
Prefer double-quoted strings
@@ -0,0 +1,4 @@ | |||
@import 'sul-styles/su_web_colors'; | |||
@import 'sul-styles/su_primary_colors'; |
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.
Prefer double-quoted strings
@@ -0,0 +1,4 @@ | |||
@import 'sul-styles/su_web_colors'; |
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.
Prefer double-quoted strings
@@ -0,0 +1,34 @@ | |||
/* |
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.
Use //
comments everywhere
@@ -0,0 +1,34 @@ | |||
/* |
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.
Use //
comments everywhere
|
||
li { | ||
display: inline; | ||
margin: 0 13px 3px 0; |
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.
Shorthands of length 4
are not allowed. Value was 0 13px 3px 0
clear: both; | ||
margin-top: -1 * $footer-height; | ||
min-height: $footer-height; | ||
padding: 0 !important; |
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.
!important should not be used
@@ -0,0 +1,77 @@ | |||
#su-content { | |||
padding-bottom: $footer-height !important; |
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.
!important should not be used
$sul-footer-border-top-color: $color-beige-20; | ||
$footer-height: 200px; | ||
$sul-footer-shadow-color: rgba(0, 0, 0, 0.2); | ||
$sul-footer-shadow: 0 4px 8px -8px $sul-footer-shadow-color inset; |
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.
Files should end with a trailing newline
This helps us so that we can migrate from libsass to dart sass
c71ae08
to
d235cfb
Compare
This helps us so that we can migrate from libsass to dart sass