📦(all) update packages namespace
Change packages namespace from `@openfun` to `@gouvfr-lasuite`.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
6097929593
commit
a6681d19ed
@@ -1,4 +1,4 @@
|
||||
# @openfun/cunningham-tokens
|
||||
# @gouvfr-lasuite/cunningham-tokens
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -21,7 +21,7 @@ make Cunningham's Design System yours!
|
||||
Install the lib
|
||||
|
||||
```
|
||||
yarn add @openfun/cunningham-tokens
|
||||
yarn add @gouvfr-lasuite/cunningham-tokens
|
||||
```
|
||||
|
||||
### Configuration file
|
||||
@@ -90,7 +90,7 @@ Then, add these lines at the top of your main stylesheet file:
|
||||
|
||||
```
|
||||
@import "cunningham-tokens"; // Imports the file you just generated.
|
||||
@import "@openfun/cunningham-react/style";
|
||||
@import "@gouvfr-lasuite/cunningham-react/style";
|
||||
```
|
||||
|
||||
It's all done!
|
||||
|
||||
Reference in New Issue
Block a user