Skip to content

Commit

Permalink
Get rid of tabs in scss.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Aug 6, 2022
1 parent b551c8d commit 4b13f9b
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 114 deletions.
46 changes: 23 additions & 23 deletions examples/actix/style.scss
Expand Up @@ -5,11 +5,11 @@ html, body {

body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
}

main {
Expand All @@ -21,20 +21,20 @@ main {
position: relative;

&:before, &:after {
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
}
&:before {
width: 52%;
top: -7vh;
left: -7%;
width: 52%;
top: -7vh;
left: -7%;
}
&:after {
width: 30%;
top: -6vh;
right: -4%;
width: 30%;
top: -6vh;
right: -4%;
}
}

Expand All @@ -60,15 +60,15 @@ p {

.error {
body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 98% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
10% 97% / 6vh auto no-repeat url(static-name(btfl.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
linear-gradient(#89a, #568) fixed;
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 98% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
10% 97% / 6vh auto no-repeat url(static-name(btfl.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
linear-gradient(#89a, #568) fixed;
}
main {
background: linear-gradient(#fff, #fff, #eee, #ccc, #888) padding-box;
border: solid 1px rgba(white, 0.3);
border-width: 0 2px 2px 1px;
background: linear-gradient(#fff, #fff, #eee, #ccc, #888) padding-box;
border: solid 1px rgba(white, 0.3);
border-width: 0 2px 2px 1px;
}
}
30 changes: 15 additions & 15 deletions examples/gotham/style.scss
Expand Up @@ -5,11 +5,11 @@ html, body {

body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
}

main {
Expand All @@ -21,20 +21,20 @@ main {
position: relative;

&:before, &:after {
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
}
&:before {
width: 52%;
top: -7vh;
left: -7%;
width: 52%;
top: -7vh;
left: -7%;
}
&:after {
width: 30%;
top: -6vh;
right: -4%;
width: 30%;
top: -6vh;
right: -4%;
}
}

Expand Down
30 changes: 15 additions & 15 deletions examples/iron/style.scss
Expand Up @@ -5,11 +5,11 @@ html, body {

body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
}

main {
Expand All @@ -21,20 +21,20 @@ main {
position: relative;

&:before, &:after {
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
}
&:before {
width: 52%;
top: -7vh;
left: -7%;
width: 52%;
top: -7vh;
left: -7%;
}
&:after {
width: 30%;
top: -6vh;
right: -4%;
width: 30%;
top: -6vh;
right: -4%;
}
}

Expand Down
30 changes: 15 additions & 15 deletions examples/nickel/style.scss
Expand Up @@ -5,11 +5,11 @@ html, body {

body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
}

main {
Expand All @@ -21,20 +21,20 @@ main {
position: relative;

&:before, &:after {
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
}
&:before {
width: 52%;
top: -7vh;
left: -7%;
width: 52%;
top: -7vh;
left: -7%;
}
&:after {
width: 30%;
top: -6vh;
right: -4%;
width: 30%;
top: -6vh;
right: -4%;
}
}

Expand Down
46 changes: 23 additions & 23 deletions examples/tide/style.scss
Expand Up @@ -5,11 +5,11 @@ html, body {

body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
}

main {
Expand All @@ -21,20 +21,20 @@ main {
position: relative;

&:before, &:after {
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
}
&:before {
width: 52%;
top: -7vh;
left: -7%;
width: 52%;
top: -7vh;
left: -7%;
}
&:after {
width: 30%;
top: -6vh;
right: -4%;
width: 30%;
top: -6vh;
right: -4%;
}
}

Expand All @@ -60,15 +60,15 @@ p {

.error {
body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 98% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
10% 97% / 6vh auto no-repeat url(static-name(btfl.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
linear-gradient(#89a, #568) fixed;
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 98% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
10% 97% / 6vh auto no-repeat url(static-name(btfl.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
linear-gradient(#89a, #568) fixed;
}
main {
background: linear-gradient(#fff, #fff, #eee, #ccc, #888) padding-box;
border: solid 1px rgba(white, 0.3);
border-width: 0 2px 2px 1px;
background: linear-gradient(#fff, #fff, #eee, #ccc, #888) padding-box;
border: solid 1px rgba(white, 0.3);
border-width: 0 2px 2px 1px;
}
}
46 changes: 23 additions & 23 deletions examples/warp03/style.scss
Expand Up @@ -5,11 +5,11 @@ html, body {

body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
82% 96% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
center bottom / auto 10% repeat-x url(static-name(grass.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
10% 90% / 8vh auto no-repeat url(static-name(btfl.svg)) fixed,
linear-gradient(#519dd2, #7ec0ec) fixed;
}

main {
Expand All @@ -21,20 +21,20 @@ main {
position: relative;

&:before, &:after {
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
content: url(static-name(cloud.svg));
display: block;
position: absolute;
z-index: -1;
}
&:before {
width: 52%;
top: -7vh;
left: -7%;
width: 52%;
top: -7vh;
left: -7%;
}
&:after {
width: 30%;
top: -6vh;
right: -4%;
width: 30%;
top: -6vh;
right: -4%;
}
}

Expand All @@ -60,15 +60,15 @@ p {

.error {
body {
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 98% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
10% 97% / 6vh auto no-repeat url(static-name(btfl.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
linear-gradient(#89a, #568) fixed;
background: left bottom / auto 9% repeat-x url(static-name(grass.svg)) fixed,
82% 98% / 5vh auto no-repeat url(static-name(btfl.svg)) fixed,
10% 97% / 6vh auto no-repeat url(static-name(btfl.svg)) fixed,
right bottom / auto 11% repeat-x url(static-name(grass.svg)) fixed,
linear-gradient(#89a, #568) fixed;
}
main {
background: linear-gradient(#fff, #fff, #eee, #ccc, #888) padding-box;
border: solid 1px rgba(white, 0.3);
border-width: 0 2px 2px 1px;
background: linear-gradient(#fff, #fff, #eee, #ccc, #888) padding-box;
border: solid 1px rgba(white, 0.3);
border-width: 0 2px 2px 1px;
}
}

0 comments on commit 4b13f9b

Please sign in to comment.