docs(tailwind): svg

This commit is contained in:
Julien Le Coupanec 2020-03-29 18:11:47 +02:00
parent a578ea612f
commit 190aa8a295
1 changed files with 14 additions and 6 deletions

View File

@ -2238,23 +2238,31 @@
* FILL * FILL
* -------------------- * --------------------
* Utilities for styling the fill of SVG elements. * Utilities for styling the fill of SVG elements.
* * By default, only responsive variants are generated for fill utilities.
*/ */
.fill-current /* fill: currentColor; */
/* /*
* STROKE * STROKE
* -------------------- * --------------------
* Utilities for styling the stroke of SVG elements. * Utilities for styling the stroke of SVG elements.
* * By default, only responsive variants are generated for stroke utilities.
*/ */
.stroke-current /* stroke: currentColor; */
/* /*
* STROKE WIDTH * STROKE WIDTH
* -------------------- * --------------------
* Utilities for styling the stroke width of SVG elements. * Utilities for styling the stroke width of SVG elements.
* * By default, only responsive variants are generated for stroke-width utilities.
*/ */
.stroke-0 /* stroke-width: 0; */
.stroke-1 /* stroke-width: 1; */
.stroke-2 /* stroke-width: 2; */
/* ******************************************************************************************* /* *******************************************************************************************
* ACCESSIBILITY * ACCESSIBILITY
* ******************************************************************************************* */ * ******************************************************************************************* */