-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Sass >= 1.77.7 warnings #123
Labels
Comments
Approach:
$ git diff --no-index main.css fix.css
diff --git a/main.css b/fix.css
index 99f4afcc6..d40084709 100644
--- a/main.css
+++ b/fix.css
@@ -302,8 +302,8 @@ hr {
color: #fff;
cursor: pointer;
background-color: #4bacfe;
- border: none;
border: 0;
+ border: none;
border-radius: 3px;
transition: border .15s linear, color .15s linear, width .15s linear, background-color .15s linear;
}
@@ -1807,8 +1807,8 @@ body.index .table_tools .batch_actions_selector {
body.index .table_tools .dropdown_menu_button {
position: relative;
display: inline-block;
- padding: 4px 8px;
padding: 6px 25px 6px 10px;
+ padding: 4px 8px;
color: #4bacfe;
cursor: pointer;
background-color: #fff;
|
tagliala
added a commit
to tagliala/arctic_admin
that referenced
this issue
Jul 28, 2024
- Use `border: none;` for uniformity and to prevent two rules to be added to `.ui-dialog .ui-button` Close cprodhomme#123
tagliala
added a commit
to tagliala/arctic_admin
that referenced
this issue
Jul 28, 2024
- Use `border: none;` for uniformity and to prevent two rules to be added to `.ui-dialog .ui-button` - Fix `secondary-dropdown` mixin to preserve its padding Close cprodhomme#123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There are warnings when compiling against Sass >= 1.77.7
To Reproduce
Steps to reproduce the behavior:
npm install -g [email protected]
(# Or.8
)npx sass src/scss/_main.scss
Expected behavior
No warnings
Actual behavior
Screenshots
n/a
Desktop (please complete the following information):
n/a
Smartphone (please complete the following information):
n/a
Gemfile
n/a
Additional context
Ref: twbs/bootstrap#40621
The text was updated successfully, but these errors were encountered: