こんにちは、LessCSS でメディア クエリを実行する方法を知っている人はいますか?
@media screen and (max-width: 600px) {
#container{
width: 480px;
}
}
次のエラーが表示されます。
! Syntax Error: on line 23: expected one of :: : . # * - [ @media @font-face , { ; got ( after:
@media screen and
同様に、@font-face および @ を含む CSS3 クエリは、LessCSS のコンパイラと競合します。
ありがとう!