csslayout
csslayout copied to clipboard
feat: `removeIndent` util for CSS code blocks
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

After
