@domenico
To add normalize CSS to your Storybook project, you can follow these steps:
1
|
npm install normalize.css |
1
|
import 'normalize.css'; |
After completing these steps, your Storybook project will have the normalize.css file added, which will help to reset the default styles across different browsers and provide a consistent starting point for your CSS styles.