mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Hide SVG gradient container
This commit is contained in:
parent
44cc311fdf
commit
819bf4c8e4
@ -209,7 +209,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<svg>
|
||||
<svg style="height: 0; width: 0; position: absolute; visibility: hidden;">
|
||||
<defs>
|
||||
<linearGradient x1="0%" y1="0%" y2="100%" id="logoGradient">
|
||||
<stop stop-color="#2383AE" offset="0%"></stop>
|
||||
@ -217,5 +217,4 @@
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
@endsection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user