Added TODO and explanation for the top-level scss variables.

This commit is contained in:
Arthur Barrett
2013-03-18 15:43:43 -04:00
parent bf6ca1b0e7
commit 7507f91d22

View File

@@ -1,3 +1,9 @@
/* TODO: move top-level variables to a common _variables.scss.
* NOTE: These variables were only added here because when this was integrated with the CMS,
* SASS compilation errors were triggered because the CMS didn't have the same variables defined
* that the LMS did, so the quick fix was to localize the LMS variables not shared by the CMS.
* -Abarrett and Vshnayder
*/
$border-color: #C8C8C8;
$body-font-size: em(14);