add react and typescript
This commit is contained in:
11
app/assets/stylesheets/application.scss
Normal file
11
app/assets/stylesheets/application.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.grid {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.place-items-center {
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user