* Create migrate-colors-primer-18.js * Update colors round 1 * upgrade primer packages * Update index.scss * Replace auto colors * remove btn-primary-matte * Turns out the class names and variables names DONT LINE UP... ugh.... * Check for allowed var colors
16 lines
227 B
SCSS
16 lines
227 B
SCSS
.fadeLeft {
|
|
background: linear-gradient(
|
|
to right,
|
|
var(--color-canvas-default),
|
|
transparent
|
|
);
|
|
}
|
|
|
|
.fadeRight {
|
|
background: linear-gradient(
|
|
to left,
|
|
var(--color-canvas-default),
|
|
transparent
|
|
);
|
|
}
|