Skip to content

Commit 49cd0c6

Browse files
committed
polish demo UI and upgrade tailwindcss
1 parent 2bde890 commit 49cd0c6

File tree

4 files changed

+378
-209
lines changed

4 files changed

+378
-209
lines changed

demo/src/App/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// App
21
#app {
32
min-height: 100vh;
43
background: #000;

demo/src/App/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class App extends Component {
8181
updateShape={this.updateShape.bind(this)}
8282
download={this.download.bind(this)} />
8383
<input
84-
className="w-64 h-10 p-2 rounded mt-10 inputField text-center outline-none"
84+
className="inputField w-64 h-10 p-2 rounded-full mt-10 text-center outline-none"
8585
placeholder="input name or email ..."
8686
onKeyUp={this.onInputKeyUp.bind(this)} />
8787
</main>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"sass-loader": "^10.2.0",
6363
"standard-version": "^9.3.1",
6464
"style-loader": "^1.0.0",
65-
"tailwindcss": "^2.2.7",
65+
"tailwindcss": "2",
6666
"terser-webpack-plugin": "^2.1.2",
6767
"ts-jest": "^27.0.4",
6868
"tsconfig-paths-webpack-plugin": "^3.5.1",

0 commit comments

Comments
 (0)