Make “style sheet” two words in package.json metadata

Rename `stylesheets` -> `styleSheets`
Rename `stylesheetsMain` -> `mainStyleSheet`
Esse commit está contido em:
Nathan Sobo
2015-01-09 09:04:04 -08:00
commit 0a5b4f9b33
9 arquivos alterados com 28 adições e 19 exclusões
+1 -1
Ver Arquivo
@@ -138,7 +138,7 @@ taken from the active theme's [ui-variables.less][ui-variables]. For more
information, see the [theme variables docs][theme-variables]. If you follow this
guideline, your package will look good out of the box with any theme!
An optional `stylesheets` array in your _package.json_ can list the style sheets
An optional `styleSheets` array in your _package.json_ can list the style sheets
by name to specify a loading order; otherwise, style sheets are loaded
alphabetically.