Skip to content

Commit

Permalink
nextjs 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred committed Dec 11, 2024
1 parent ac8c3b5 commit 8686361
Show file tree
Hide file tree
Showing 4 changed files with 1,401 additions and 1,385 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"gray-matter": "^4.0.3",
"i18next": "^23.16.2",
"lodash": "^4.17.21",
"next": "15.0.1",
"next": "15.1.0",
"next-i18next": "^15.3.1",
"next-mdx-remote": "^5.0.0",
"next-seo": "^6.6.0",
Expand Down
50 changes: 18 additions & 32 deletions src/scss/_solana-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ body {
-webkit-font-smoothing: subpixel-antialiased;
-moz-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
--font-family-sans-serif: Helvetica, Arial, system-ui, -apple-system, Segoe UI,
Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont,
"Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
--font-family-sans-serif: Helvetica, Arial, system-ui, -apple-system,
Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
--font-mono: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas,
"Liberation Mono", "Courier New", monospace;
scroll-behavior: smooth;
Expand Down Expand Up @@ -74,75 +74,61 @@ $spacers: map-merge(
$spacer * 0.25,
),
// 4px
2:
(
2: (
$spacer * 0.5,
),
// 8px
3:
(
3: (
$spacer * 0.75,
),
// 12px
4: $spacer,
// 16px
5:
(
5: (
$spacer * 1.5,
),
// 24px
6:
(
6: (
$spacer * 2,
),
// 32px
7:
(
7: (
$spacer * 2.5,
),
// 40px
8:
(
8: (
$spacer * 3,
),
// 48px
9:
(
9: (
$spacer * 4,
),
// 64px
10:
(
10: (
$spacer * 5,
),
// 80px
11:
(
11: (
$spacer * 6,
),
// 96px
12:
(
12: (
$spacer * 8,
),
// 128px
13:
(
13: (
$spacer * 10,
),
// 160px
14:
(
14: (
$spacer * 12,
),
// 192px
15:
(
15: (
$spacer * 16,
),
// 256px
16:
(
16: (
$spacer * 25,
),
// 400px
Expand Down
Loading

0 comments on commit 8686361

Please sign in to comment.