Skip to content

Commit

Permalink
add to root when building
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanstitt committed Jul 3, 2021
1 parent ad11ad9 commit c2ed300
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dist
.env.development.local
.env.test.local
.env.production.local

./styles.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"typescript": "^3.7.5",
"vite": "^2.3.8"
},
"files": [
"dist",
"styles.*"
],
"dependencies": {
"@iconify-icons/fa-regular": "^1.1.0",
"@iconify-icons/fa-solid": "^1.1.1",
Expand Down
3 changes: 0 additions & 3 deletions src/editor/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ $formial-drop-reveal-color: #e8e8e8 !default;;
}
}


.edit-panel {
height: 100%;
background: white;
Expand Down Expand Up @@ -143,12 +142,10 @@ $formial-drop-reveal-color: #e8e8e8 !default;;
padding-right: 10px;
}


.delete-btn {
border: 0;
}


.input-option-label {
padding: 2px 0 2px 5px;
.label {
Expand Down

0 comments on commit c2ed300

Please sign in to comment.