@stackoverflow/stacks
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@stackoverflow/stacks", | ||
"description": "The UI pattern library for the Stack Overflow, Stack Overflow Careers, and the Stack Exchange Network.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"unpkg": "lib/css/stacks.min.css", | ||
"scripts": { | ||
@@ -6,0 +7,0 @@ "build": "grunt build" |
@@ -13,4 +13,10 @@ # Stacks | ||
If you’d rather use a CDN for quick prototyping, you can include Stacks from Unpkg. | ||
``` html | ||
<link rel="stylesheet" href="https://unpkg.com/@stackoverflow/stacks" /> | ||
``` | ||
## Documentation | ||
Stacks’ documentation is hosted at https://stackoverflow.design/ |
412832
22