HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

Class names inside @media not handled appropriately!

Open giabang777 opened this issue 7 years ago • 1 comments

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.

giabang777 avatar Nov 27 '17 18:11 giabang777

I can confirm this. Seems like all the classes inside @media aren't being suggested. For bootstrap CSS and other CSSs.

marcuslsouza avatar May 01 '19 19:05 marcuslsouza