Skip to content

Commit

Permalink
Remove duplicated css
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Feb 22, 2024
1 parent 6f978bb commit 1b63ef2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/fibonacci-primarie/2023-seconda-fase-demo/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { OlinfoAuth } from "~/utils/olinfo-auth";
import Header from "./contest/header.md";
import Statement from "./contest/contest.mdx";

import "~/index.css";

export const title = "Giochi di Fibonacci 2023/2024 - Demo Fase II - Scuole primarie";
export const description = "Prova di allenamento per la seconda fase dei Giochi di Fibonacci 2023/2024 per le scuole primarie";

Expand Down
2 changes: 0 additions & 2 deletions src/fibonacci-secondarie/2023-seconda-fase-demo/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { OlinfoAuth } from "~/utils/olinfo-auth";
import Header from "./contest/header.md";
import Statement from "./contest/contest.mdx";

import "~/index.css";

export const title = "Giochi di Fibonacci 2023/2024 - Demo Fase II - Scuole secondarie";
export const description = "Prova di allenamento per la seconda fase dei Giochi di Fibonacci 2023/2024 per le scuole secondarie";

Expand Down
2 changes: 2 additions & 0 deletions src/utils/visualizer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@tailwind components;
@tailwind utilities;
2 changes: 2 additions & 0 deletions src/utils/visualizer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import React, {
useState,
} from "react";

import "./visualizer.css";

const VisualizerContext = createContext({ gravity: "top", scale: 1 });

export function Canvas({ gravity, scale, children }) {
Expand Down

0 comments on commit 1b63ef2

Please sign in to comment.