💄 Replace css files with scss and factorize CSS rules
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* @refresh reload */
|
||||
import { render } from 'solid-js/web';
|
||||
|
||||
import './index.css';
|
||||
import './index.scss';
|
||||
import App from './App';
|
||||
|
||||
render(() => (<App/>), document.getElementById('root') as HTMLElement);
|
||||
|
Reference in New Issue
Block a user