♻️(react) merge duplicated scss classes related to accessibility

'offscreen' and 'c__offscreen' were duplicated, merge these two classes
in a dedicated utils file.
This commit is contained in:
Lebaud Antoine
2023-10-13 21:23:09 +02:00
committed by aleb_the_flash
parent b714c3d543
commit d5fcf500b7
6 changed files with 16 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
@use "cunningham-tokens";
@use "@openfun/cunningham-tokens/default-tokens";
@use "./components/Accessibility";
@use "utils/accessibility";
@use "./components/Button";
@use "./components/DataGrid";
@use "./components/Forms/Checkbox";