When working with the atomic fusion concept, each element also provides its own JS / .ts and CSS / .scss
As an example to explain a scenario (please ignore the practical relevance):
Each page of a website shall have its own main.min.css and abovethefold.min.css, that contain only CSS necessary to render that particular page and (for the abovethefold file) CSS of the first – let’s say – 3 components/organisms.
How do I get the SASS compiler (same for JS) to work together with Fusion in order to determine which CSS to compile for each page, depending on what atomic fusion elements are present?
Are there any examples available for this fine grained atomic fusion approach to SASS and JS?