Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 7, 2023
1 parent b227239 commit bb16e26
Showing 1 changed file with 39 additions and 52 deletions.
91 changes: 39 additions & 52 deletions src/baseframe/static/sass/_gridlines.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@
rgba(0, 0, 0, 0) 4.545%,
rgba(0, 0, 0, 0) 100%
),
-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 35%, rgba(
0,
0,
0,
0.05
)
35%, rgba(0, 0, 0, 0.05) 36%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0)
65%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.05) 66%, rgba(
0,
0,
0,
0
)
66%, rgba(0, 0, 0, 0) 100%);
- webkit-linear-gradient(
0deg,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0) 35%,
rgba(0, 0, 0, 0.05) 35%,
rgba(0, 0, 0, 0.05) 36%,
rgba(0, 0, 0, 0) 36%,
rgba(0, 0, 0, 0) 65%,
rgba(0, 0, 0, 0.05) 65%,
rgba(0, 0, 0, 0.05) 66%,
rgba(0, 0, 0, 0) 66%,
rgba(0, 0, 0, 0) 100%
);
//background-size: 1.692em 1.692em, 7.692em 7.692em; /* 7.692 - 2.308 = 5.384 */
background-size:
18px 18px,
Expand All @@ -47,25 +46,19 @@
rgba(0, 0, 0, 0) 4.545%,
rgba(0, 0, 0, 0) 100%
),
-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 37.5%, rgba(
0,
0,
0,
0.05
)
37.5%, rgba(0, 0, 0, 0.05) 38.75%, rgba(0, 0, 0, 0) 38.75%, rgba(
0,
0,
0,
0
)
62.5%, rgba(0, 0, 0, 0.05) 62.5%, rgba(0, 0, 0, 0.05) 63.75%, rgba(
0,
0,
0,
0
)
63.75%, rgba(0, 0, 0, 0) 100%);
- webkit-linear-gradient(
0deg,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0) 37.5%,
rgba(0, 0, 0, 0.05) 37.5%,
rgba(0, 0, 0, 0.05) 38.75%,
rgba(0, 0, 0, 0) 38.75%,
rgba(0, 0, 0, 0) 62.5%,
rgba(0, 0, 0, 0.05) 62.5%,
rgba(0, 0, 0, 0.05) 63.75%,
rgba(0, 0, 0, 0) 63.75%,
rgba(0, 0, 0, 0) 100%
);
background-size:
1.692em 1.692em,
6.154em 6.154em;
Expand All @@ -84,25 +77,19 @@
rgba(0, 0, 0, 0) 4.545%,
rgba(0, 0, 0, 0) 100%
),
-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 32.25%, rgba(
0,
0,
0,
0.05
)
32.25%, rgba(0, 0, 0, 0.05) 33.87%, rgba(0, 0, 0, 0) 33.87%, rgba(
0,
0,
0,
0
)
64.52%, rgba(0, 0, 0, 0.05) 64.52%, rgba(0, 0, 0, 0.05) 66.13%, rgba(
0,
0,
0,
0
)
66.13%, rgba(0, 0, 0, 0) 100%);
- webkit-linear-gradient(
0deg,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0) 32.25%,
rgba(0, 0, 0, 0.05) 32.25%,
rgba(0, 0, 0, 0.05) 33.87%,
rgba(0, 0, 0, 0) 33.87%,
rgba(0, 0, 0, 0) 64.52%,
rgba(0, 0, 0, 0.05) 64.52%,
rgba(0, 0, 0, 0.05) 66.13%,
rgba(0, 0, 0, 0) 66.13%,
rgba(0, 0, 0, 0) 100%
);
background-size:
1.692em 1.692em,
4.769em 4.769em;
Expand Down

0 comments on commit bb16e26

Please sign in to comment.