@bigbinary/neeto-time-zones 0.5.8 → 0.5.9

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,13 @@ You can install the package using npm:
13
13
  npm install @bigbinary/neeto-time-zones
14
14
  ```
15
15
 
16
+ ## Importing CSS styles to the main stylesheet
17
+
18
+ You should add the following to `main.scss` file:
19
+
20
+ ```css
21
+ @import "@bigbinary/neeto-time-zones/dist/style.css";
22
+ ```
16
23
 
17
24
  ## NeetoTimezoneSelector
18
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-time-zones",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {