sass
в файле sass.style выдает такую ошибку
Compilation Error
Error: Base-level rules cannot contain the parent-selector-referencing character '&'.
on line 335 of sass/g:\уроки верстальщика\UBER\src\sass\style.sass
>> &_title {
При этом где то амперсанта срабатывает а гдето нет
если в конце кода поменяю require на & перестает срабатывать стиль css
.choice
position: relative
min-height: 896px
padding-top: 59px
&_bg1
position: absolute
top: 0
z-index: -1
&_bg2
position: absolute
bottom: 0
z-index: -1
&_car
display: flex
justify-content: center
margin: 0 auto
margin-top: 54px
&_carday
margin: 0 auto
height: 327px
font-size: 17px
line-height: 24px
font-weight: 300
color: #222222
h4
font-size: 17px
line-height: 24px
font-weight: 300
color: #222222
text-align: center
require
padding: 66px 0 87px 0
&_block
margin: 33px 0
&_nmb
margin-bottom: 0
.require_title
font-size: 22px
line-height: 24px
font-weight: 400
color: #1ca8c3
.require_list
list-style-type: none
font-size: 17px
font-weight: 300
color: #222222
.require_descr
font-size: 17px
font-weight: 300
color: #1ca8c3
нашел сам забыл поставить (.) перед require в начале ))