🎨(react) make eof stylesheets consistent

Some older tools misbehave if the last line of data
in a text file is not terminated with a newline.
It makes sure the last line was properly terminated.
This commit is contained in:
Lebaud Antoine
2023-06-12 16:51:00 +02:00
committed by aleb_the_flash
parent 59cf5de66d
commit 6f05995f24
10 changed files with 12 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
make eof stylesheet consistent with a newline

View File

@@ -125,4 +125,3 @@
} }
} }
} }

View File

@@ -41,5 +41,4 @@
align-items: flex-start; align-items: flex-start;
width: auto; width: auto;
} }
} }

View File

@@ -106,4 +106,3 @@
} }
} }
} }