From 190aa8a2952a4a685944a93624d627514346c9c2 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sun, 29 Mar 2020 18:11:47 +0200 Subject: [PATCH] docs(tailwind): svg --- frontend/tailwind.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/frontend/tailwind.css b/frontend/tailwind.css index d419577..bb61b93 100644 --- a/frontend/tailwind.css +++ b/frontend/tailwind.css @@ -2238,23 +2238,31 @@ * FILL * -------------------- * Utilities for styling the fill of SVG elements. - * + * By default, only responsive variants are generated for fill utilities. */ - + +.fill-current /* fill: currentColor; */ + /* * STROKE * -------------------- * Utilities for styling the stroke of SVG elements. - * + * By default, only responsive variants are generated for stroke utilities. */ - + +.stroke-current /* stroke: currentColor; */ + /* * STROKE WIDTH * -------------------- * 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 * ******************************************************************************************* */