Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
masx200 committed Aug 18, 2021
1 parent f669e60 commit cac8785
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions example/react/vite-project/src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url("https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css");
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
Expand All @@ -12,9 +13,8 @@ code {
monospace;
}


[aria-current="page"]{
[aria-current="page"] {
border-color: green;
border-width: medium;
border-style:solid
}
border-style: solid;
}
7 changes: 4 additions & 3 deletions example/vue/my-vue-app/src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url("https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css");
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
Expand All @@ -6,8 +7,8 @@
color: #2c3e50;
/* margin-top: 60px; */
}
[aria-current="page"]{
[aria-current="page"] {
border-color: green;
border-width: medium;
border-style:solid
}
border-style: solid;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build-vue": "vite build example/vue/my-vue-app",
"build-react": "vite build example/react/vite-project",
"build": "tsc --noEmit &&rollup -c rollup.config.js ",
"format": "prettier */*.cjs */*.mjs --write *.js */*.ts */*.js */*/*/*/*.tsx */*/*.js *.json *.md */*/*.ts */*/*.tsx */*/*/*.ts */*/*/*.tsx */*/*/*/*.vue */*/*/*/*/*.vue */*/*/*/*.ts"
"format": "prettier */*.cjs */*.mjs --write *.js */*.ts */*.js */*/*/*/*.tsx */*/*.js *.json *.md */*/*.ts */*/*.tsx */*/*/*.ts */*/*/*.tsx */*/*/*/*.vue */*/*/*/*/*.vue */*/*/*/*.ts */*/*/*/*.css"
},
"keywords": [],
"devDependencies": {
Expand Down

2 comments on commit cac8785

@vercel
Copy link

@vercel vercel bot commented on cac8785 Aug 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on cac8785 Aug 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.