While trying to use custom CSS ID to an element (in my case with Bricks Off Canvas, to use the trigger), after pasting a value (I copied the name of a class used) in the “CSS ID" field of the Custom CSS tab, and using keyboard key “Enter” to validate it, it modifies the value to something else :
- I paste : “al–off-canvas-trigger”
- I hit "Enter on Keyboard
- The value is changed to : “alvar(–off-canvas-trigger)”
So basically it looks like it is auto-changing it to a variable because of the double “–” in the class name ? Is that normal ? I use a lot of “–” in my class naming (after a prefix), am I doing this wrong ?