autoprefixer
Any way to use autoprefixer with PHPStorm?
https://github.com/ai/autoprefixer
Thanks
Please sign in to leave a comment.
Any way to use autoprefixer with PHPStorm?
https://github.com/ai/autoprefixer
Thanks
Please sign in to leave a comment.
I got it working by installing autoprefixer with npm and then adding a file watcher for it.
I am using LESS and then I have a LESS watcher followed by the AutoPrefixer watcher.
Problem now seems to be that the generated .css file does not show in Project view (it should be there after clicking the + next to the .less file). The .css shows fine in the "Project Files" scope.