Skip to content

Commit

Permalink
✨ feat: @acab/reset.cssの使用
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Jan 3, 2024
1 parent 38ae773 commit c010d28
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 @@ -3,6 +3,7 @@ import React from 'react';

import { colors } from '../src/styles/themes.css';

import '@acab/reset.css';
import type { Parameters } from '@storybook/react';

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

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

0 comments on commit c010d28

Please sign in to comment.