diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-13 21:54:30 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-13 22:42:31 +0300 |
commit | 1b6e230df7ffd31226af1716f5e442c134ea1c38 (patch) | |
tree | d14d71bd7b0073343296b646cb8bf8826bcad31e /src/App.css | |
parent | 58c47725b9f2c171065b9e35cdbc0e4525ec7255 (diff) | |
download | commercel-ui-1b6e230df7ffd31226af1716f5e442c134ea1c38.tar.gz |
feat: install tailwindcss
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/src/App.css b/src/App.css deleted file mode 100644 index 74b5e05..0000000 --- a/src/App.css +++ /dev/null @@ -1,38 +0,0 @@ -.App { - text-align: center; -} - -.App-logo { - height: 40vmin; - pointer-events: none; -} - -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} |