Using command line for local laravel project
Author: mmehdizadehCreated Feb 17, 2022Updated Feb 17, 2022
Hi, I want to use uncss for my laravel project, scan all blade files (instead of HTML)
I try this but not working:
uncss -s style.css -H C:\project\resources\views\front > style_2.css
Source: uncss/uncss