Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Possible Bug. Remove comments from SCSS #2

Open
SteveKennedy opened this issue Jul 15, 2018 · 1 comment
Open

Issue: Possible Bug. Remove comments from SCSS #2

SteveKennedy opened this issue Jul 15, 2018 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@SteveKennedy
Copy link

Not sure what I might be doing wrong. Extension is installed and removing other language comments sucessfully. But I have a file "app.scss" whicit t does noremove comments from.

#sideMenuPagesList>button:nth-child(1)>ion-icon {
    font-size: 1.9em;
}

.round {
    border-radius: 50%;
}

// .toolbar-ios:nth-child(1) {
//     height: 44px + $cordova-ios-statusbar-padding !important;
//     padding-top: $cordova-ios-statusbar-padding !important;
// }

// .toolbar-title-ios {
//             padding-top: $cordova-ios-statusbar-padding !important;
//         }

//  .ios {

//     #menu-material { 
//         margin-top: $cordova-ios-statusbar-padding !important;
//         #sideMenuPagesList {
//             margin-top: 50%;
//         }
//     }   
//  }

@plibither8 plibither8 added the 🐛 bug Something isn't working label Jan 15, 2019
@meecrobe
Copy link

meecrobe commented Feb 15, 2021

Same here on v. 1.2.2
VSCode shows message:

Cannot remove comments : unknown language (scss)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants