Answer the question
In order to leave comments, you need to log in
How to register css file properties in Yii2?
Hello!
Faced the problem of registering the media property of the css file
, there is such a usual html code
<link type="text/css" media="only screen and (min-width: 320px)" href="css/responsive.css" rel="stylesheet">
Answer the question
In order to leave comments, you need to log in
in the CSS file itself
@media only screen and (min-width: 320px) {
/* все ваши стили */
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question