Add Stadia Outdoors style (#913)

* Adds the Stadia Outdoors style (anticipating the question: the
MapLibre domain and localhost development are allowlisted)
* Minor fixes to README as the npm commands seem to have changed
slightly
* Reorder the empty style to the beginning; seems the logical place for
it to me, but open for discussion
This commit is contained in:
Ian Wagner
2024-07-26 11:50:24 +09:00
committed by GitHub
parent d0f6e0fadb
commit 35840409b8
2 changed files with 14 additions and 7 deletions

View File

@@ -66,7 +66,8 @@ Lint the JavaScript code.
```
# run linter
npm run lint
npm run lint-styles
npm run lint-css
npm run sort-styles
```