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

17
node_modules/cssgram/source/scss/xpro2.scss generated vendored Normal file
View file

@ -0,0 +1,17 @@
/*
*
* X-Pro II
*
*/
@import 'shared';
%xpro2,
.xpro2 {
@extend %filter-base;
filter: sepia(.3);
&:after{
background: radial-gradient(circle, #E6E7E0 40%, rgba(43, 42, 161, .6) 110%);
mix-blend-mode: color-burn;
}
}