Do not use .css files they are not modular load able as soon as you do so you get into bundling packaging something that you would want to avoid by core design if possible.
Do not use static site generators to create a complex compiled project
if the generator generates out of simple sources create a declarative ECMAScript Module that uses it so that people know what happens.
learn what manged references are via examples and how to use them
Rules