mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-20 01:03:14 +00:00
docs(tailwind): svg
This commit is contained in:
parent
a578ea612f
commit
190aa8a295
@ -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
|
||||||
* ******************************************************************************************* */
|
* ******************************************************************************************* */
|
||||||
|
Loading…
Reference in New Issue
Block a user