CSS Documentation

Hey there,

My designer is asking for some CSS Documentation, we went with the SCSS route,

If there is no documentation, that is fine - is there a good way to auto-generate some so that it is more searchable, so we know what class names to use/avoid when writing the scss

Thank you very much

Hi @Dim,

I believe this is what your designer looking for, CSS Variables Reference

@martinarlando

I should have mentioned that I have already been through that page - it doesn’t have a complete list of all class names used, and they are CSS Variables - thank you very much for responding however.

Maybe you can find it in this file: framework7.bundle.css

@martinarlando I’ve gotten him into node_modules/framework7/css/* sub-dir which will do for now, thanks.