psu-libraries / psulib_base

Drupal Base Theme
0 stars 0 forks source link

prelim color values file for issue 12 #20

Closed cjwetherington closed 7 months ago

cjwetherington commented 7 months ago

Creates _colors.css with values from legacy global variables and PSU Color Guide. Converted any RGB values to hex for uniformity. Team can discuss and refine further.

whereismyjetpack commented 7 months ago

@cjwetherington we are probably going to want to remove the .test value from style.scss and import this file so it gets compiled

# style.scss
@import '_colors'';
cjwetherington commented 7 months ago

Sure thing, added to style.scss. (Based at least on my reading, it is maybe more "proper" to import partials without the underscore?)