First release

This commit is contained in:
Owen Quinlan 2021-07-02 19:29:34 +10:00
commit fa6c85266e
2339 changed files with 761050 additions and 0 deletions

22
node_modules/cssgram/source/scss/nashville.scss generated vendored Normal file
View file

@ -0,0 +1,22 @@
/*
*
* Nashville
*
*/
@import 'shared';
%nashville,
.nashville {
@extend %filter-base;
filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
&::after {
background: rgba(0, 70, 150, .4);
mix-blend-mode: lighten;
}
&::before {
background: rgba(247, 176, 153, .56);
mix-blend-mode: darken;
}
}