@policystudio/policy-studio-ui-vue 1.0.0 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  ```$ npm run storybook```
5
5
 
6
6
  ### Instalation for use
7
- ```$ npm i -S @explorer/explorer-ui```
7
+ ```$ npm i -S @policystudio/policy-studio-ui-vue```
8
8
 
9
- ### Dependencias for use
10
- - TaiwindCSS
11
- - Material design icons
9
+ ### Import CSS
10
+ Add in your css file
11
+ ```@import '~@policystudio/policy-studio-ui-vue/src/assets/scss/tailwind.css'```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.0.0",
3
+ "version": "1.0.4",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",