I have bunch of SCSS files. I'd like to find blocks which contains only single property, like:
&__input {
width: 100%;
}
What tools may be helpful here (for example some NodeJS library etc.) ?
I've created repository to better show what I want to achieve: https://github.com/lusarz/singular-scss-block-finder