Skip to content

Commit 2041a04

Browse files
committed
feat: update css with component
1 parent 0ed96fb commit 2041a04

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-quark-app",
3-
"version": "1.2.27",
3+
"version": "1.2.28",
44
"description": "create quark app.",
55
"bin": {
66
"create-quark-app": "./dist/bin/index.js"

template/application/component/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"name": "my-component",
33
"version": "0.0.1",
4-
"keywords": [
5-
"frontend",
6-
"quark",
7-
"web components"
8-
],
94
"scripts": {
105
"dev": "npm run start",
11-
"start": "vite",
6+
"start": "vite --open",
127
"build": "rimraf lib && vite build --config vite.config.build.ts",
138
"prepublishOnly": "npm run build"
149
},
@@ -23,6 +18,11 @@
2318
"types": "./lib/types/index.d.ts"
2419
}
2520
},
21+
"keywords": [
22+
"frontend",
23+
"quark",
24+
"web components"
25+
],
2626
"dependencies": {
2727
"quarkc": "^1.0.17"
2828
},

template/application/component/src/index.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ button {
3838
font-size: 1em;
3939
font-weight: 500;
4040
font-family: inherit;
41-
background-color: #1a1a1a;
4241
cursor: pointer;
4342
transition: border-color 0.25s;
4443

0 commit comments

Comments
 (0)