I have installed magento 2 and set developer mode, then i have installed one module that contains css and js files. Module works fine and css and js files are rendering from pub/static folder. Now i have made css changes in module directory css file and run command
php bin/magento setup:static-content:deploy
but magento is not making my new changes in pub/static css files so i'm getting old css file contents. Does anyone know how to re generate the whole css file in pub/static folder?