tailwind-softpop-plugin 0.0.4 → 0.0.6
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/package.json +8 -2
- package/src/fonts/mulish/files/mulish.woff2 +0 -0
- package/src/fonts/mulish/index.css +2 -4
- package/src/fonts/nunito/files/nunito.woff2 +0 -0
- package/src/fonts/nunito/index.css +2 -4
- package/src/fonts/mulish/files/mulish-latin-wght-normal.woff2 +0 -0
- package/src/fonts/nunito/files/nunito-latin-wght-normal.woff2 +0 -0
package/package.json
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwind-softpop-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Tailwind CSS plugin for softpop design system",
|
|
5
5
|
"style": "./src/index.css",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./src/index.css",
|
|
8
|
-
"./index.css": "./src/index.css"
|
|
8
|
+
"./index.css": "./src/index.css",
|
|
9
|
+
"./mulish": "./src/fonts/mulish/index.css",
|
|
10
|
+
"./nunito": "./src/fonts/nunito/index.css",
|
|
11
|
+
"./mulish/index.css": "./src/fonts/mulish/index.css",
|
|
12
|
+
"./nunito/index.css": "./src/fonts/nunito/index.css",
|
|
13
|
+
"./mulish.woff2": "./src/fonts/mulish/files/mulish.woff2",
|
|
14
|
+
"./nunito.woff2": "./src/fonts/nunito/files/nunito.woff2"
|
|
9
15
|
},
|
|
10
16
|
"type": "module",
|
|
11
17
|
"keywords": [
|
|
Binary file
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-display: swap;
|
|
5
5
|
font-weight: 200 1000;
|
|
6
|
-
src: url(./files/mulish
|
|
7
|
-
unicode-range: U+0000-00FF, U+
|
|
8
|
-
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
|
9
|
-
U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6
|
+
src: url(./files/mulish.woff2) format("woff2-variations");
|
|
7
|
+
unicode-range: U+0000-00FF, U+0100-017F;
|
|
10
8
|
}
|
|
Binary file
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-display: swap;
|
|
5
5
|
font-weight: 200 1000;
|
|
6
|
-
src: url(./files/nunito
|
|
7
|
-
unicode-range: U+0000-00FF, U+
|
|
8
|
-
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
|
9
|
-
U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6
|
+
src: url(./files/nunito.woff2) format("woff2-variations");
|
|
7
|
+
unicode-range: U+0000-00FF, U+0100-017F;
|
|
10
8
|
}
|
|
Binary file
|
|
Binary file
|