Bricks : 1.8.3
Browser : Chrome 114.0.5735.198
OS : macOS 13.4.1
Valid characters for class names can be created in the global classes field but won’t render. Not sure if this is a limitation of how the classes are being saved to the database, but it would be nice to be able to use the full range of characters.
Steps to reproduce:
- Create a global class name with the name
column-1/3
- Notice how it does save in the dropdown of available global classes
- Make style changes
- Notice the element in the builder canvas doesn’t update
- Open DevTools and confirm the class is not rendering. The class renders only until you change the class name to “normal” characters like
column-1-3
.