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

32
node_modules/cssgram/source/css/gingham.css generated vendored Normal file
View file

@ -0,0 +1,32 @@
/*
*
* Gingham
*
*/
.gingham:before, .gingham:after {
content: '';
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none; }
.gingham {
position: relative; }
.gingham img {
width: 100%;
z-index: 1; }
.gingham:before {
z-index: 2; }
.gingham:after {
z-index: 3; }
.gingham {
-webkit-filter: brightness(1.05) hue-rotate(-10deg);
filter: brightness(1.05) hue-rotate(-10deg); }
.gingham:after {
background: -webkit-linear-gradient(left, rgba(66, 10, 14, 0.2), transparent);
background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
mix-blend-mode: darken; }