Return to Sky UI homepage

GlobalReset

import { GlobalReset } from '@sky-uk/ui-core';

The GlobalReset provides a style reset and is essential for ensuring browsers work consistently with Sky UI.

Include the GlobalReset high up in your application:

<App>
<GlobalReset />
//...
</App>