mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: adds prettier (#5956)
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
&.alert-success {
|
||||
background-color: $success-medium;
|
||||
background-color: $success-medium;
|
||||
color: $primary;
|
||||
}
|
||||
&.alert-error {
|
||||
background-color: rgba($danger-low, .5);
|
||||
background-color: rgba($danger-low, 0.5);
|
||||
color: $primary;
|
||||
}
|
||||
&.alert-info {
|
||||
|
||||
Reference in New Issue
Block a user