Skip to content

Commit

Permalink
chore: Remove ratio.less from timeline example
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed May 8, 2024
1 parent 5a228a2 commit 8f4d817
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 230 deletions.
189 changes: 0 additions & 189 deletions examples/interpol-timeline/libs/ratio.less

This file was deleted.

9 changes: 3 additions & 6 deletions examples/interpol-timeline/src/index.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import (reference) "../libs/ratio.less";

:root {
--color-gray: #454545;
--color-black-1: #313131;
Expand All @@ -9,7 +7,6 @@
}

html {
.propertyViewport(--font-size, 1, 2);
font-size: var(--font-size);
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-weight: 400;
Expand All @@ -23,7 +20,7 @@ html {

body {
margin: 0;
font-size: 16rem;
font-size: 1rem;
min-width: 100vw;
min-height: 100vh;
overflow: hidden;
Expand All @@ -32,8 +29,8 @@ body {

.ball {
position: absolute;
width: 50rem;
height: 50rem;
width: 5rem;
height: 5rem;
border-radius: 50%;
background-color: red;
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean": "rm -rf dist",
"build": "FORCE_COLOR=1 turbo run build",
"build:watch": "FORCE_COLOR=1 turbo run build -- --watch",
"dev": "FORCE_COLOR=1 turbo run dev",
"dev": "FORCE_COLOR=1 turbo run dev --concurrency 20",
"test:watch": "vitest --reporter verbose",
"test": "vitest run",
"size": "size-limit",
Expand All @@ -34,7 +34,7 @@
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"size-limit": "^11.0.2",
"turbo": "^1.12.4",
"turbo": "^1.13.3",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
Expand Down
62 changes: 29 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f4d817

Please sign in to comment.