That might be the opposite of what you want if there's any chance you'll be working with a heterogenous web stack.
Define your styling framework in scss, use it from multiple backends.
A common case is to share between a static site generator for a public site, and an app framework for the app, which may well be written in different languages.
Define your styling framework in scss, use it from multiple backends.
A common case is to share between a static site generator for a public site, and an app framework for the app, which may well be written in different languages.