Prus Damian

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Prus Damian created a post, Go to Scss definition - using ampersand
Hello, Is there a way to setup WebStorm so it recognizes the Scss declarations like this? ``` .someBlockName { &__someElement {} } ``` So that in template I can use `<div class="someBlockName...