Right now we there are only two options when importing bitstyles in a project (ignoring the legacy @import):
@use each module individually
@use all of bitstyles
A middle ground would be great — perhaps adding an index file (index.scss) to each layer to allow importing of all atoms, all molecules, all utilities each in one go? Something like:
Right now we there are only two options when importing bitstyles in a project (ignoring the legacy
@import
):@use
each module individually@use
all of bitstylesA middle ground would be great — perhaps adding an index file (index.scss) to each layer to allow importing of all atoms, all molecules, all utilities each in one go? Something like:
How would that work with overrides, can we
@foward
the configuration for each module?