cleek 2.1.19 → 2.1.20

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.
@@ -0,0 +1,18 @@
1
+ .font-thin
2
+ font-weight 100
3
+ .font-extralight
4
+ font-weight 200
5
+ .font-light
6
+ font-weight 300
7
+ .font-normal
8
+ font-weight 400
9
+ .font-medium
10
+ font-weight 500
11
+ .font-semibold
12
+ font-weight 600
13
+ .font-bold
14
+ font-weight 700
15
+ .font-extrabold
16
+ font-weight 800
17
+ .font-black
18
+ font-weight 900
@@ -1,6 +1,7 @@
1
1
  @import './.custom';
2
2
  @import './align-items';
3
3
  @import './display';
4
+ @import './font-weight';
4
5
  @import './justify-content';
5
6
  @import './margin';
6
7
  @import './padding';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cleek",
3
- "version": "2.1.19",
3
+ "version": "2.1.20",
4
4
  "description": "Complete UX Vue library",
5
5
  "repository": "",
6
6
  "author": "Quantic Onion",