Deprecated!
CSS is moved to @navikt/ds-css
in v4.0.0. Read more about this in our changelog.
Styling for "internal"-components
CSS-package with styling for @navikt/ds-react-internal
.
Remember to use with @navikt/ds-css
!
Installation
yarn add @navikt/ds-css-internal
npm install @navikt/ds-css-internal
Usage
Import styling for make it accessible. Only need to do this once.
import "@navikt/ds-css-internal";
function App() {
return <Component />;
}