Qhj01336895
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Qhj01336895 created a post, Answeredhow to get all class name in scss file
There 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...