Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobm committed Dec 28, 2023
1 parent 829da14 commit a391be8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/example_app/app/assets/stylesheets/admin/identity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

&.identity__banner--admin {
// Done this way purely to satisfy the linter
$rainbow-blue: blue;
$rainbow-green: green;
$rainbow-indigo: indigo;
$rainbow-orange: orange;
$rainbow-red: red;
$rainbow-violet: violet;
$rainbow-yellow: yellow;
$rainbow-blue: #00f;
$rainbow-green: #0f0;
$rainbow-indigo: #4b0082;
$rainbow-orange: #ffa500;
$rainbow-red: #f00;
$rainbow-violet: #ee82ee;
$rainbow-yellow: #ff0;

animation: rainbow 1s ease;
background-clip: text;
Expand Down

0 comments on commit a391be8

Please sign in to comment.