Skip to content

Commit

Permalink
feat: update css with component
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jul 4, 2023
1 parent 0ed96fb commit 2041a04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-quark-app",
"version": "1.2.27",
"version": "1.2.28",
"description": "create quark app.",
"bin": {
"create-quark-app": "./dist/bin/index.js"
Expand Down
12 changes: 6 additions & 6 deletions template/application/component/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"name": "my-component",
"version": "0.0.1",
"keywords": [
"frontend",
"quark",
"web components"
],
"scripts": {
"dev": "npm run start",
"start": "vite",
"start": "vite --open",
"build": "rimraf lib && vite build --config vite.config.build.ts",
"prepublishOnly": "npm run build"
},
Expand All @@ -23,6 +18,11 @@
"types": "./lib/types/index.d.ts"
}
},
"keywords": [
"frontend",
"quark",
"web components"
],
"dependencies": {
"quarkc": "^1.0.17"
},
Expand Down
1 change: 0 additions & 1 deletion template/application/component/src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ button {
font-size: 1em;
font-weight: 500;
font-family: inherit;
background-color: #1a1a1a;
cursor: pointer;
transition: border-color 0.25s;

Expand Down

0 comments on commit 2041a04

Please sign in to comment.