@tarragon-ui/styles 0.1.0 → 0.2.0
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
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarragon-ui/styles",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"description": "Simple and opinionated CSS styles for Tarragon UI.",
|
|
6
|
-
"
|
|
7
|
-
"style": "dist/main.min.css",
|
|
6
|
+
"style": "dist/tarragon-ui.css",
|
|
8
7
|
"files": [
|
|
9
8
|
"dist"
|
|
10
9
|
],
|
|
11
10
|
"exports": {
|
|
12
11
|
".": {
|
|
13
|
-
"development": "./src/
|
|
14
|
-
"default": "./dist/
|
|
12
|
+
"development": "./src/tarragon-ui.css",
|
|
13
|
+
"default": "./dist/tarragon-ui.css"
|
|
15
14
|
},
|
|
16
15
|
"./fonts/*": "./dist/fonts/*",
|
|
17
16
|
"./package.json": "./package.json"
|
|
@@ -36,7 +35,7 @@
|
|
|
36
35
|
"access": "public"
|
|
37
36
|
},
|
|
38
37
|
"scripts": {
|
|
39
|
-
"build": "mkdir -p dist/fonts && cp -R src/fonts/*.woff2 dist/fonts && postcss src/
|
|
38
|
+
"build": "mkdir -p dist/fonts && cp -R src/fonts/*.woff2 dist/fonts && postcss src/tarragon-ui.css -o dist/tarragon-ui.css",
|
|
40
39
|
"clean": "rm -rf dist",
|
|
41
40
|
"prebuild": "pnpm clean",
|
|
42
41
|
"lint": "stylelint '**/*.css' --fix"
|
|
File without changes
|