Implemented Normalize.css
This commit is contained in:
parent
4a0062f129
commit
ae445245a7
@ -42,7 +42,6 @@ import React, {
|
||||
|
||||
// Styles
|
||||
import "reactflow/dist/style.css";
|
||||
import "./Borealis.css";
|
||||
|
||||
// Import our new components
|
||||
import FlowTabs from "./Flow_Tabs";
|
||||
|
@ -15,7 +15,6 @@ import {
|
||||
} from "@mui/icons-material";
|
||||
|
||||
import "reactflow/dist/style.css";
|
||||
import "./Borealis.css";
|
||||
|
||||
/**
|
||||
* Single flow editor component.
|
||||
|
@ -2,7 +2,12 @@
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
|
||||
// Global Styles
|
||||
import './index.css';
|
||||
import "normalize.css/normalize.css";
|
||||
import './Borealis.css'; // Global Theming for All of Borealis
|
||||
|
||||
import App from './App.jsx';
|
||||
import reportWebVitals from './reportWebVitals';
|
||||
|
||||
|
@ -3,7 +3,6 @@ import React, { useState, useRef } from "react";
|
||||
import { Handle, Position } from "reactflow";
|
||||
import Keyboard from "react-simple-keyboard";
|
||||
import "react-simple-keyboard/build/css/index.css";
|
||||
import "../../Borealis.css";
|
||||
|
||||
if (!window.BorealisValueBus) window.BorealisValueBus = {};
|
||||
if (!window.BorealisUpdateRate) window.BorealisUpdateRate = 100;
|
||||
|
@ -141,6 +141,7 @@ switch ($choice) {
|
||||
npm install --silent @mui/material @mui/icons-material @emotion/react @emotion/styled --no-fund --audit=false 2>&1 | Out-Null
|
||||
npm install --silent socket.io-client --no-fund --audit=false | Out-Null
|
||||
npm install --silent react-simple-keyboard --no-fund --audit=false | Out-Null
|
||||
npm install --silent normalize.css --no-fund --audit=false | Out-Null
|
||||
|
||||
Pop-Location
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user