From e48b23222f0db882688303359990820c1af2380f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 27 Apr 2016 08:00:44 +1200 Subject: [PATCH] Finished sentence in CSS conventions --- docs/en/00_Getting_Started/07_CSS_Coding_Conventions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/00_Getting_Started/07_CSS_Coding_Conventions.md b/docs/en/00_Getting_Started/07_CSS_Coding_Conventions.md index 055912bec..5014cb8ff 100644 --- a/docs/en/00_Getting_Started/07_CSS_Coding_Conventions.md +++ b/docs/en/00_Getting_Started/07_CSS_Coding_Conventions.md @@ -46,8 +46,9 @@ File naming and style include ordering is inspired by ## Legacy conventions -CSS written prior to SilverStripe 4.0 is not following the conventions outlined above, -and will +CSS written prior to SilverStripe 4.0 is not following the conventions outlined above. +It is contained in a `legacy/` folder structure. If modifying these styles, +consider porting them over into the new structure. Otherwise, follow these conventions: - Class naming: Use the `cms-` class prefix for major components in the cms interface, and the `ss-ui-` prefix for extensions to jQuery UI. Don't use the `ui-` class prefix, its reserved for jQuery UI built-in styles.