HTML-CSS-Class-Completion
                                
                                
                                
                                    HTML-CSS-Class-Completion copied to clipboard
                            
                            
                            
                        Class names inside @media not handled appropriately!
The extension does not longer pull back class names inside @media. For example:
@media (min-width:992px) { .ipad-right-align { text-align: right !important } }
And then in HTML file, there is no suggestion for .ipad-right-align class.
The same problem with bootstrap 4 css for some classes like: text-lg-right, text-sm-right..etc.
I can confirm this. Seems like all the classes inside @media aren't being suggested. For bootstrap CSS and other CSSs.