Skip to content

Commit 43aa7d1

Browse files
authored
fix: svg — unused decoration classes (#146)
fix: `svg` — unused decoration classes
2 parents 8ae16d7 + 93384c9 commit 43aa7d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_includes/sections/prototypes.njk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section aria-labelledby="prototypes" class="prototype">
2-
<svg class="prototype-svg_top" id="svg-prototype-top" viewBox="0 0 1440 400" xmlns="http://www.w3.org/2000/svg" class="transition duration-300 ease-in-out delay-150">
2+
<svg class="prototype-svg_top" id="svg-prototype-top" viewBox="0 0 1440 400" xmlns="http://www.w3.org/2000/svg">
33
<path d="M 0,400 C 0,400 0,133 0,133 C 284.5,111.5 569,90 809,90 C 1049,90 1244.5,111.5 1440,133 C 1440,133 1440,400 1440,400 Z" stroke="none" stroke-width="0" fill="currentColor" fill-opacity="0.53" class="transition-all duration-300 ease-in-out delay-150 path-0" transform="rotate(-180 720 200)"></path>
44
<path d="M 0,400 C 0,400 0,266 0,266 C 241.5,270 483,274 723,274 C 963,274 1201.5,270 1440,266 C 1440,266 1440,400 1440,400 Z" stroke="none" stroke-width="0" fill="currentColor" fill-opacity="1" class="transition-all duration-300 ease-in-out delay-150 path-1" transform="rotate(-180 720 200)"></path>
55
</svg>
@@ -22,7 +22,7 @@
2222
{%- endfor -%}
2323
</ul>
2424
</div>
25-
<svg class="prototype-svg_bottom" id="svg-prototype-bottom" viewBox="0 0 1440 400" xmlns="http://www.w3.org/2000/svg" class="transition duration-300 ease-in-out delay-150">
25+
<svg class="prototype-svg_bottom" id="svg-prototype-bottom" viewBox="0 0 1440 400" xmlns="http://www.w3.org/2000/svg">
2626
<path d="M 0,400 C 0,400 0,200 0,200 C 257,219.5 514,239 754,239 C 994,239 1217,219.5 1440,200 C 1440,200 1440,400 1440,400 Z" stroke="none" stroke-width="0" fill="currentColor" fill-opacity="1" class="transition-all duration-300 ease-in-out delay-150 path-0"></path>
2727
</svg>
2828
</section>

src/_includes/sections/work.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</a>
3232
{% endif %}
3333
</div>
34-
<svg class="work-svg_bottom" id="svg-work" viewBox="0 0 1440 400" xmlns="http://www.w3.org/2000/svg" class="transition duration-300 ease-in-out delay-150">
34+
<svg class="work-svg_bottom" id="svg-work" viewBox="0 0 1440 400" xmlns="http://www.w3.org/2000/svg">
3535
<path d="M 0,400 C 0,400 0,200 0,200 C 164.8,235.2 329.6,270.4 500,259 C 670.4,247.6 846.4000000000001,189.60000000000002 1004,172 C 1161.6,154.39999999999998 1300.8,177.2 1440,200 C 1440,200 1440,400 1440,400 Z" stroke="none" stroke-width="0" fill="currentColor" fill-opacity="1" class="transition-all duration-300 ease-in-out delay-150 path-0"></path>
3636
</svg>
3737
</section>

0 commit comments

Comments
 (0)