I want to watch my styles directory for changes but only rebuild `index.scss` to css. I got a styles structure looking like this... ``` styles ├── index.css ├── index.scss ├── sections │ └── header.scss └── shared ├── colors.scss └── page.scss ```
I want to watch my styles directory for changes but only rebuild
index.scssto css.I got a styles structure looking like this...