SASS Letter Spacing Utility

$ls: 0; .ls { @while $ls <= 20 { &--#{$ls} { letter-spacing: #{$ls}px; } $ls: $ls + 1; } }
SASS Letter Spacing Utility to allow quick use on elements using a letter spacing modifier.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.