Qhj01336895
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited how to get all class name in scss file
AnsweredThere is a scss file like this .foo{ &-bar{ &-baz {} } }I try to use PsiTreeUtil.findChildrenOfType(stylesheetFile , CssClass.class);Through PsiTreeUtil i get classname is ["foo"] , but i hope...