Rename index.scss to index.css

This commit is contained in:
MD. Ariful Alam 2021-10-20 15:11:24 +06:00
parent 49db2972c2
commit f5c197e2c5
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,3 @@
@use "sass:meta";
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
@ -26,7 +24,6 @@ body {
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
--z-primary: red;
}
code {

View File

@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.scss';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import { HelmetProvider } from 'react-helmet-async';