From 325d95ed35bb3f1a1741e77de984113fdea12595 Mon Sep 17 00:00:00 2001 From: Dan Bornstein Date: Wed, 7 Jan 2015 17:32:07 -0800 Subject: [PATCH] :memo: Un-parenthesize the recommendation about LESS. Per suggestion from @kevinsawicki. --- docs/creating-a-package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/creating-a-package.md b/docs/creating-a-package.md index 953978d46..89920241a 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -123,8 +123,8 @@ like you. Style sheets for your package should be placed in the _stylesheets_ directory. Any style sheets in this directory will be loaded and attached to the DOM when -your package is activated. Style sheets can be written as CSS or [LESS] \(but -LESS is recommended). +your package is activated. Style sheets can be written as CSS or [LESS], but +LESS is recommended. Ideally, you won't need much in the way of styling. We've provided a standard set of components which define both the colors and UI elements for any package