📝 Fix URL references for LESS.

This commit is contained in:
Dan Bornstein
2015-01-07 14:17:23 -08:00
parent 82527c24f2
commit 34d41efd9a
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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