Skip to content

Commit

Permalink
fix #393
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Oct 11, 2024
1 parent 04e386a commit 9c9db73
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 10 deletions.
308 changes: 300 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "20.11.1"
},
"devDependencies": {
"@inc2734/unitone-css": "^0.61.0",
"@inc2734/unitone-css": "^0.61.1",
"@wordpress/env": "^10.9.0",
"@wordpress/icons": "^10.9.0",
"@wordpress/interface": "^6.9.0",
Expand All @@ -26,7 +26,7 @@
"postcss-import": "^16.1.0",
"prettier": "npm:wp-prettier@3.0.3",
"rimraf": "^6.0.1",
"sass": "^1.79.4",
"sass": "^1.79.5",
"swiper": "^11"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions src/css/wp-blocks/social-links/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.wp-block-social-links {
--unitone--gap: var(--unitone--s-2);

.wp-social-link {
font-size: inherit;
line-height: inherit;
}
}

.wp-block-social-links:not(:root) {
Expand Down

0 comments on commit 9c9db73

Please sign in to comment.