html - Find declaration for not linked CSS files in PhpStorm -


in project i've linked one minified css file i've excluded search , marked plain text. css file generated automatically , contains other css files in folder marked resources root.

but phpstorm seems using finding declaration files linked in html. there "hack" how can force see files selected folder?

yes, unfortunately phpstorm uses classes explicitly linked css files when collecting list of styles defined page.

as workaround can suggest adding temporary links source .css files, , remove these links in production version... or mark generated minified css css :(

please feel free file feature request css mapping support similar 1 used javascript (creating map of symbols and, if element can't resolved explicit reference, resolve name) our issue tracker. related ticket: web-11431.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -