###Sass エラー表記 修正箇所不明
Sass表記の際、ターミナルにてエラーが発生したのですが、特にめぼしいエラーがなく、どこを修正すればよいのかがが不明です。
{ }も特に問題ないように見受けられます。
ご教示の程宜しくお願い致します。
https://gyazo.com/95250e569328c706de207a2609dc537c
https://gyazo.com/a1a63ce8c184b2efe9c8be3f08a2ceea
.cover { position: relative; width: 100%; height: auto; align-items: center; justify-content: center; z-index: 50; } .title { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; color: $white; z-index: 1000; padding: 23.5rem 4rem 28.5rem; h1 { font-size: 3.2rem; } h2 { font-size: 2.4rem; } @media (min-width: 769px) { //pc padding: 22.4rem 32.3rem 300rem; h1: font-size: 8rem; h2: font-size: 4.8rem; } } .carousel sp { @media (min-width: 769px) { display: none; } } .carousel pc { @media (max-width: 768px) { display: none; } }
回答2件
あなたの回答
tips
プレビュー