boraarslan / mapper-influence

0 stars 0 forks source link

Refactor dynamic CSS variables to be more local in files #81

Closed Fursum closed 1 year ago

Fursum commented 1 year ago

Currently all of the colors used in the site is in one file. For example: Colors used in the user card component could be defined in that folder.

Fursum commented 1 year ago

going to need to drop the SCSS variables because there isnt an easy way to globally import them. starting to use regular variables from now on

Fursum commented 1 year ago

changed my mind, calcs are used frequently and regular variables need a calc() wrap.