Advanced styling

0
I have been using Mendix for a few months but have yet to do any really advanced styling. Can anyone tell me is there an easy way to identify and modify building block components that I am using in a project? I have completed the appropriate Learning paths, and have set up GULP but have yet to apply it to a real world project I am building.
asked
1 answers
0

Building blocks get copy/pasted into pages. There is no link to them at all. So a search like where-used is not available. That is a disadvantage of building blocks.

The best chance you have is searching for the name of the building block or one of the classes it uses. It would be helpful if every new element that is a copy of a building block would get a name bb_<building block>_something, just for this purpose.

answered