Skip to content

Commit

Permalink
✨ feat: the-new-css-resetの使用
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Jan 4, 2024
1 parent 8496300 commit f5e24ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import React from 'react';
import { colors } from '../src/styles/themes.css';

import type { Parameters } from '@storybook/react';
import 'the-new-css-reset/css/reset.css';

export const parameters: Parameters = {
controls: {
Expand Down
1 change: 1 addition & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Head from 'next/head';
import 'the-new-css-reset/css/reset.css';

import { cica } from '@/styles/font';

Expand Down

0 comments on commit f5e24ed

Please sign in to comment.