First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
17
node_modules/cssgram/source/scss/gingham.scss
generated
vendored
Normal file
17
node_modules/cssgram/source/scss/gingham.scss
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
*
|
||||
* Gingham
|
||||
*
|
||||
*/
|
||||
@import 'shared';
|
||||
|
||||
%gingham,
|
||||
.gingham {
|
||||
@extend %filter-base;
|
||||
filter: brightness(1.05) hue-rotate(-10deg);
|
||||
|
||||
&:after{
|
||||
background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
|
||||
mix-blend-mode: darken;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue