A
A
Alex Surname2017-10-30 15:15:12
css
Alex Surname, 2017-10-30 15:15:12

PhpStorm: CSS parsing issue in templates?

Good afternoon, colleagues! There is
the following project structure:
/views/teamplate/1.php
/views/teamplate/2.php
...
/views/teamplate/N.php
All templates are in one folder.
Each file is an html/css view/template with php code interspersed.
One of the files contains all the css and the CSS analyzer built into PHPStorm when it complains about the "selector * is never used"
59f717b3cf498555487229.png
error . does not see the use of selectors in other templates.
The assembly of all templates into one takes place already at the level of php processing.
Hence the question: is it possible to somehow expand the scope for the analyzer?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2017-10-31
@AlexZaw

you can try to include the templates used during development, a crutch of course, but it should work

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question