From 27fbc77ecb543296552b6d8c930e2b71344d4a68 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 13 Aug 2015 23:13:38 -0700 Subject: [PATCH] add note about variable structure --- scss/_variables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_variables.scss b/scss/_variables.scss index 409ca231ea..2322eeadd7 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -17,6 +17,10 @@ // Fonts // Components +// General variable structure +// +// Variable format should follow the `$component-modifier-state-property` order. + // Colors // -- 2.47.3