Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13e60b8

Browse files
committed
Use logical CSS properties
1 parent c8d5fba commit 13e60b8

41 files changed

Lines changed: 535 additions & 703 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
with:
3636
args: --diff --dry-run
3737

38+
- name: Lint logical CSS properties
39+
run: |
40+
php ./src/Resources/bin/logical-css-properties-linter.php
41+
3842
phpstan:
3943
runs-on: ubuntu-latest
4044
steps:

assets/css/easyadmin-theme/autocomplete.css

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/easyadmin-theme/badges.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* ------------------------------------------------------------------------- */
33

44
.badge + .badge {
5-
margin-left: 8px;
5+
margin-inline-start: 8px;
66
}
77

88
.badge.badge-pill {

0 commit comments

Comments
 (0)