diff --git a/docs/creating-a-package.md b/docs/creating-a-package.md index 5d43ecf5c..953978d46 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -123,7 +123,7 @@ 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 +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 @@ -418,7 +418,7 @@ all the other available commands. [underscore]: http://underscorejs.org/ [jasmine]: http://jasmine.github.io [cson]: https://github.com/atom/season -[less]: http://lesscss.org +[LESS]: http://lesscss.org [ui-variables]: https://github.com/atom/atom-dark-ui/blob/master/stylesheets/ui-variables.less [first-package]: your-first-package.html [convert-bundle]: converting-a-text-mate-bundle.html diff --git a/docs/creating-a-theme.md b/docs/creating-a-theme.md index 1f657a354..827adddf5 100644 --- a/docs/creating-a-theme.md +++ b/docs/creating-a-theme.md @@ -1,6 +1,6 @@ # Creating a Theme -Atom's interface is rendered using HTML, and it's styled via [LESS] (a superset +Atom's interface is rendered using HTML, and it's styled via [LESS] \(a superset of CSS). Don't worry if you haven't heard of LESS before; it's just like CSS, but with a few handy extensions. @@ -131,7 +131,7 @@ _styleguide_, or use the shortcut `cmd-ctrl-shift-g`. ![styleguide-img] [atomio]: http://atom.io/packages -[less]: http://lesscss.org/ +[LESS]: http://lesscss.org/ [git]: http://git-scm.com/ [atom]: https://atom.io/ [package.json]: ./creating-a-package.html#package-json