purge-per-route icon indicating copy to clipboard operation
purge-per-route copied to clipboard

Demo of a Remix app with tailwindcss classes purged per route

Results 1 purge-per-route issues
Sort by recently updated
recently updated
newest added

let's say route A imports a component from node_modules ```jsx import { Button } from 'ui-lib'; ``` and the component - Button relies on some atomic class. I guess those...