-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from mannylopez/doc-update
fix links, language, and syntax for Get Started files
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
## Ruby Gem | ||
|
||
To install Calcite Web as a ruby gem, add a reference to the gem to your Gemfile: | ||
To install Calcite Web as a ruby gem, add a reference of the gem to your Gemfile: | ||
|
||
```ruby | ||
gem "calcite-web", :git => "https://github.com/Esri/calcite-web.git", :tag => "v0.0.6" | ||
gem "calcite-web", :git => "https://github.com/Esri/calcite-web.git", :tag => "v0.0.10" | ||
``` | ||
|
||
Be sure to use the most up to date tag. | ||
Be sure to use the most [up-to-date tag](https://github.com/Esri/calcite-web/releases). | ||
|
||
Then in your project's sass file, just import it: | ||
Then in your project's Sass file, just import it: | ||
|
||
```scss | ||
@import "calcite-web"; | ||
``` | ||
|
||
That will give you everything including sass utilities. You will also need to copy over the JavaScript and image assets to your static folder (see above). | ||
That will give you everything including Sass utilities. You will also need to copy over the JavaScript and image assets to your static folder [(see above)](/#static-files). | ||
|
||
Calcite Web has a built in library of mixins that cover everything from animation to font-size. To be sure you're building your site in the easiest way (and the most visually consistent way) read up on everything that's available on the [SASS Page](./sass). | ||
Calcite Web has a built in library of mixins that cover everything from animation to font-size. To be sure you're building your site in the easiest way (and the most visually consistent way) read up on everything that's available on the [Sass Page](./sass). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters