@transfermarkt/global-styles 1.20.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transfermarkt/global-styles",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -1419,7 +1419,7 @@ tm-latest-transfers {
1419
1419
  .wettbewerb-stats {
1420
1420
  display: block;
1421
1421
 
1422
- @include desktop {
1422
+ @include breakpoint(laptop) {
1423
1423
  display: flex;
1424
1424
  flex-wrap: wrap;
1425
1425
  }
@@ -1427,7 +1427,7 @@ tm-latest-transfers {
1427
1427
  .columns {
1428
1428
  display: block;
1429
1429
 
1430
- @include desktop {
1430
+ @include breakpoint(laptop) {
1431
1431
  display: flex;
1432
1432
  flex: 1;
1433
1433
  flex-direction: column;