lilcss
lilcss copied to clipboard
⚗ distill out css bloat
gr8 has a little utility called `dev`, which outputs: ``` .dev{outline:1px solid #912eff} .dev > *{outline:1px solid #5497ff} .dev > * > *{outline:1px solid #51feff} .dev > * > *...
When adding a util to the ignore option, it does not get added to breakpoints if the responsive option is enabled. Planning to fix this one, but trying to wrap...
Right now regex is verbose, was working on this too late at night. Something more along the lines of (currently not working): ```js /class=(?:"([^]+?)"|'([^]+?)'|\$\{([^]+?)\})/ig ``` to match tagged template stuff...