I want to share common css styles such as fonts and root variables across all my styles.css
files. Iβm doing this because each css file starts with the same code. I tried creating a common folder, but it didnβt work for me. Does anyone have a solution for this?
Here is my structure.
themes
theme-1
β βββ admin
β β βββ resources
β β β βββ assets
β β β β βββ styles.css
β β βββ theme.properties
β βββ account
β β βββ resources
β β β βββ assets
β β β β βββ styles.css
β β βββ theme.properties
β βββ login
β β βββ resources
β β β βββ assets
β β β β βββ styles.css
β β βββ theme.properties
β βββ common
β β βββ resources
β β β βββ assets
β β β β βββ common.css
β β