pdap-design-system 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -0
- package/package.json +1 -1
- package/system/css/global-styles.css +0 -3
- package/docs/getting-started.md +0 -6
package/README.md
CHANGED
@@ -5,6 +5,9 @@ Open `system/demo.html` to see how things look.
|
|
5
5
|
`global-styles.css` are the styles used across all PDAP applications.
|
6
6
|
`normalize.css` is used for more consistent cross-browser rendering.
|
7
7
|
|
8
|
+
# Usage
|
9
|
+
```npm install pdap-design-system```
|
10
|
+
|
8
11
|
# Context
|
9
12
|
We are making tools for transparency about a serious subject. We are be focused, friendly, and open.
|
10
13
|
|
package/package.json
CHANGED