<@U3NJ6N0SV> Ok, made a very quick start on a poss...
# kweb
i
@gtod Ok, made a very quick start on a possible approach to a DSL - see
bootstrap4().container()
. The DSL should mirror the actual way bootstrap works though, and I’m not familiar enough with bootstrap to propose that (eg. how should the DSL allow
bd-content
class to be added?). It also assumes that bootstrap classes can only be added to DIVs right now, can they be added to non-DIVs? If so, the extension methods might need to be added to Element rather than DIVElement