error when css is build
Posted: Sat May 27, 2023 8:55 pm
keep get an extra } in css when published
this happens all the time when adding a button to page
#home_bttn {
-webkit-appearance: none;
background-color: transparent;
background-image: none;
border: 1px solid #000000;
border-radius: 6px;
box-sizing: border-box;
color: #000000;
font-family: Arial;
font-size: 17px;
font-style: normal;
font-weight: bold;
line-height: 19px;
margin: 0;
padding: 1px 6px 1px 6px;
text-align: center;
text-decoration: none;
vertical-align: top;
}
} <-- is an extra one not needed
this happens all the time when adding a button to page
#home_bttn {
-webkit-appearance: none;
background-color: transparent;
background-image: none;
border: 1px solid #000000;
border-radius: 6px;
box-sizing: border-box;
color: #000000;
font-family: Arial;
font-size: 17px;
font-style: normal;
font-weight: bold;
line-height: 19px;
margin: 0;
padding: 1px 6px 1px 6px;
text-align: center;
text-decoration: none;
vertical-align: top;
}
} <-- is an extra one not needed