Skip to content

Commit

Permalink
Move some stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Apr 23, 2024
1 parent 3c46d2d commit e66e835
Show file tree
Hide file tree
Showing 82 changed files with 488 additions and 485 deletions.
303 changes: 0 additions & 303 deletions orbitmines.com/src/@orbitmines/Visualization.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion orbitmines.com/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './lib/layout/styles/index.scss';
import './lib/index.scss';
import App from './App';
import { BrowserRouter } from 'react-router-dom';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $fonts: (
$font-weight: map-get($options, font-weight);
$font-style: map-get($options, font-style);

$file: '../fonts/#{$name}/ttf/#{$file-name}';
$file: './#{$name}/ttf/#{$file-name}';

@font-face{
font-family: $name;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import "./blueprintjs/styles/blueprintjs";
@import "../../layout/flexbox/styles/flexbox";
@import "../font/styles/font";
@import "paper/blueprintjs";
@import "paper/flexbox";
@import "fonts/font";

@import "../../layout/styles/spacing";
@import "paper/spacing";

@import "~@blueprintjs/core/lib/scss/variables";

Expand Down
4 changes: 0 additions & 4 deletions orbitmines.com/src/lib/index.ts

This file was deleted.

3 changes: 0 additions & 3 deletions orbitmines.com/src/lib/layout/font/Font.tsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e66e835

Please sign in to comment.