diff --git a/src/css/partials/_mixins.scss b/src/css/partials/_mixins.scss index c65a02a..dab9c1b 100644 --- a/src/css/partials/_mixins.scss +++ b/src/css/partials/_mixins.scss @@ -18,7 +18,7 @@ background: $hexcolor; /* The Fallback */ background: rgba($hexcolor, $opacity) !important; } -@mixin multi-hex-rgba($hexcolor1, $hexcolor1, $opacity) { +@mixin multi-hex-rgba($hexcolor1, $hexcolor2, $opacity) { background: $hexcolor1; /* The Fallback */ background: rgba($hexcolor1,$hexcolor2, $opacity) !important; } diff --git a/src/index.js b/src/index.js index c4b8bd0..d7be0f5 100644 --- a/src/index.js +++ b/src/index.js @@ -1,11 +1,11 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; -import './index.css'; +//import './index.css'; import App from './App'; import { BrowserRouter } from 'react-router-dom'; //import reportWebVitals from './reportWebVitals'; -import 'bootstrap/dist/css/bootstrap.css'; -import './custom.scss'; +// import 'bootstrap/dist/css/bootstrap.css'; +// import './custom.scss'; import './css/style.scss';