Skip to content

Commit

Permalink
Update the banner to read "Free Palestine"
Browse files Browse the repository at this point in the history
This change is an act of political speech proposed by me and agreed to
by the Sass core team. It does not reflect the opinions of my employer
or theirs.

As a Jew, I say: never again means never again. As an opponent of
imperialism and settler colonialism everywhere, I say: from the river
to the sea, Palestine will be free.
  • Loading branch information
nex3 committed Mar 6, 2024
1 parent 736ceac commit 306fb84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion source/_data/alerts.yml
@@ -1,2 +1,2 @@
- body: '**Black Lives Matter**'
- body: '**Free Palestine**'
color: black
18 changes: 9 additions & 9 deletions source/assets/sass/components/_pop-stripe.scss
Expand Up @@ -5,16 +5,16 @@
@use '../config';
@use '../config/color/brand';

$sl-colors: ();
$sl-colors: [#EE2A35, black, white, #009736];

// loop over the variable names in config/color/brand.scss
@each $color-name in map.keys(meta.module-variables('brand')) {
// turn each sass variable name into a css var() function
$var: var(--#{$color-name});

// add each var() function to the space-separated list
$sl-colors: list.append($sl-colors, $var, space);
}
// // loop over the variable names in config/color/brand.scss
// @each $color-name in map.keys(meta.module-variables('brand')) {
// // turn each sass variable name into a css var() function
// $var: var(--#{$color-name});
//
// // add each var() function to the space-separated list
// $sl-colors: list.append($sl-colors, $var, space);
// }

@function stripes($position, $sl-colors) {
$sl-colors: if(
Expand Down

0 comments on commit 306fb84

Please sign in to comment.