wraithlight / wraithlight-mono

My beloved MMORPG Game. And a whole platform.
GNU General Public License v3.0
1 stars 0 forks source link

shared css packages #803

Open kfarkasHU opened 3 weeks ago

kfarkasHU commented 3 weeks ago

for variables for common used classes


The following parameters should be standardized across the applications: low level


function createColorScheme(
  primary,
  secondary,
  tertiary
) {
 // magic
 // outputs: 
 /**
 :root {
  --primary-l: #RRBBGG;
  --primary-m: #RRBBGG;
  --primary-h: #RRBBGG;
 }
  **/
}

high level

For showcasing the above, use storybook.