You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a binding set up in my Visual Studio project to run group-css-media-queries before build of project. However I have multiple compiled css files that I would like to run this on. Is there a way to do this?
I have a binding set up in my Visual Studio project to run group-css-media-queries before build of project. However I have multiple compiled css files that I would like to run this on. Is there a way to do this?
Example using my package.json
"scripts": { "group css": "group-css-media-queries skin.css skin.css" },
The text was updated successfully, but these errors were encountered: