mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
18 lines
428 B
Markdown
18 lines
428 B
Markdown
---
|
|
extends: _layouts.markdown
|
|
title: "SVG"
|
|
---
|
|
|
|
# SVG
|
|
|
|
<div class="subnav">
|
|
<a class="subnav-link" href="#usage">Usage</a>
|
|
<a class="subnav-link" href="#responsive">Responsive</a>
|
|
<a class="subnav-link" href="#customizing">Customizing</a>
|
|
</div>
|
|
|
|
Documentation around things like:
|
|
|
|
- The `currentColor` trick in our base styles and using text color utilities to style SVG icons
|
|
- Using sizing helpers to style SVGs
|