diff --git a/docs/content/getting-started/index.md b/docs/content/getting-started/index.md index 640c3fa3..9cf9846a 100644 --- a/docs/content/getting-started/index.md +++ b/docs/content/getting-started/index.md @@ -102,3 +102,9 @@ You won't need to install any node modules or Sass compilers for a static site; ```html ``` + +**Warning**: Only use the "latest" version for short lived experiments. To be safe it's recommended to use the [latest version](https://github.com/primer/css/releases/latest) spelled out (for example `@15.2.0`). This ensures that the constant changes to Primer CSS won't break anything. + +```html + +``` diff --git a/docs/content/tools/prototyping.md b/docs/content/tools/prototyping.md index 29a15987..074b1d44 100644 --- a/docs/content/tools/prototyping.md +++ b/docs/content/tools/prototyping.md @@ -25,6 +25,12 @@ This method requires no dev environment set up and is useful for when you want t ``` +**Warning**: Only use the "latest" version for short lived experiments. To be safe it's recommended to use the [latest version](https://github.com/primer/css/releases/latest) spelled out (for example `@15.2.0`). This ensures that the constant changes to Primer CSS won't break anything. + +```html + +``` + ## Jekyll prototyping with GitHub CSS and JavaScript The [Jekyll](http://jekyllrb.com) based prototyping tool pulls in all of GitHub's CSS, which includes all the Primer CSS modules as well as custom CSS modules. It includes GitHub JavaScript and octicons too.