I've recently taken over the management of a website and I came across some unfamiliar CSS syntax.
Has anyone encountered this type of syntax before? Can someone explain what the square brackets inside a style represent?
Thank you, Rob
.trigger-txt-left {
color: #0455A3;
font-family: 'OpenSans';
float: left;
font-size: 16px;
font-weight: bolder;
width: 235px;
[font-family: 'OpenSans';
font-family: 'HelveticaNeue-Bold';]
[font-weight: bolder;
font-weight: normal;]
}