Running postcss -u stylelint -u postcss-reporter --no-map --watch -d ./src ./src/**/*.css in a directory structure with src/index.css:
- Changes to
src/index.css are picked up fine
- Adding
src/new.css and then modifying it doesn't get picked up
Is this by design? Can it be fixed?