red-perfume / red-perfume-css

Library for atomizing strings of CSS
https://red-perfume.github.io
MIT License
3 stars 0 forks source link

Allow setting the uglification index #4

Open TheJaredWilcurt opened 3 years ago

TheJaredWilcurt commented 3 years ago

API to set the starting uglification index value. Probably in base 36

  uglifierStartingIndex: 'a10d'
.rp__a10d { padding: 1px }
.rp__a10e { margin: 20px }
.rp__a10f { background: #F00 }