csslayout icon indicating copy to clipboard operation
csslayout copied to clipboard

feat: `removeIndent` util for CSS code blocks

Open ndom91 opened this issue 3 years ago • 0 comments

Added a removeIndent utility which will calculate the number of extraneous spaces from the tagged template literal of the CSS code, and remove that number of spaces from the indent for each line of CSS.


Before

image

After

image

ndom91 avatar Jul 07 '22 16:07 ndom91