Skip to content

Commit

Permalink
fix: clean up after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Oct 18, 2024
1 parent 4a36dc2 commit f481719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"conventionalCommits": true,
"message": "chore(release): publish [skip ci]",
"registry": "https://npm.pkg.github.com",
"allowBranch": ["main", "develop", "mercury-rising"]
"allowBranch": ["main", "develop"]
}
}
}
13 changes: 0 additions & 13 deletions packages/sage-assets/lib/stylesheets/components/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ $-alert-border-colors: (
danger: sage-color(red, 300),
);

$-alert-border-colors: (
default: sage-color(grey, 300),
draft: sage-color(grey, 300),
info: sage-color(blue, 300),
published: sage-color(green, 300),
success: sage-color(green, 300),
warning: sage-color(yellow, 300),
approaching: sage-color(yellow, 300),
reached: sage-color(mercury, 300),
exceeded: sage-color(red, 300),
danger: sage-color(red, 300),
);

.sage-alert {
display: grid;
grid-template-columns: auto 1fr;
Expand Down

0 comments on commit f481719

Please sign in to comment.