is there documentation for helper classes such as mx-layoutgrid-fluid ?

2
a lot of "helper classes" get added to the dom. Is there a way to make this not happen, or documentation where I can find out what does what? I find that I am often working against the standard CSS instead of imbracing it. is there any documentation that helps explain best practises?
asked
2 answers
0

Jason,

Have you checked out the Atlas UI website?  It has quite a bit of information about different aspects of styling for Atlas apps.  Some helpers are documented here: https://atlas.mendix.com/p/helpers/7881299347899271

Hope that helps,

Mike

answered
0

some of them are bootstrap's and can be found here: https://getbootstrap.com/docs/3.3/css/#helper-classes

But I recognize what you say. I discoverd them by just look through all the sass files and then include them in our 'living styleguide'

answered