Skip to content

Commit

Permalink
edit variables comments
Browse files Browse the repository at this point in the history
  • Loading branch information
growdigital committed Aug 16, 2018
1 parent 29e05e9 commit df1dc54
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions themes/starter/src/01-variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,20 @@
/* Colors
======================================================================== */

--dark: #383838; /* base.css, shame.css */
--gray: #808080; /* typography.css */
--light: #eee; /* typography.css, shame.css */
--lightest: #f7f7f7; /* base.css */
--blue: #3131f0; /* base.css, shame.css */
--blueviolet: blueviolet; /* shame.css */
--purple: purple; /* base.css */
--indigo: #4b0082; /* base.css, shame.css */
--dark: #383838; /* 01-base.css */
--gray: #808080; /* 02-type.css */
--light: #eee; /* 02-type.css */
--lightest: #f7f7f7; /* 01-base.css */
--blue: #3131f0; /* 01-base.css */
--purple: purple; /* 01-base.css */
--indigo: #4b0082; /* 01-base.css */

/**
* Files where color variables are found:
*
* base.css:
* 01-base.css:
* --blue, --dark, --indigo, --lightest, --purple
* shame.css:
* --blue, --blueviolet, --dark, --indigo, --light
* typography.css:
* 02-type.css:
* --gray, --light
*/

Expand Down

0 comments on commit df1dc54

Please sign in to comment.