Skip to content

Instantly share code, notes, and snippets.

View Mativve's full-sized avatar
⌨️
Coding is my life.

Mateusz Świder Mativve

⌨️
Coding is my life.
  • Poland
  • 04:30 (UTC +02:00)
View GitHub Profile
@Mativve
Mativve / style.scss
Created February 14, 2023 22:46
WordPress widgets style - SCSS
.widget{
// Links widget
&_links{
ul{
}
li{
@Mativve
Mativve / scrimGradientOpacity.scss
Created January 17, 2024 15:02
Scrim Gradient with opacity
@mixin scrimGradient($startColor: $color-black, $direction: 'to bottom') {
$scrimCoordinates: (0: 1,
19: 0.738,
34: 0.541,
47: 0.382,
56.5: 0.278,
65: 0.194,
73: 0.126,
80.2: 0.075,