You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Add `lint-go-gopls` (go-gitea#30729)
Make blockquote attention recognize more syntaxes (go-gitea#31240)
Fix admin oauth2 custom URL settings (go-gitea#31246)
Replace `gt-word-break` with `tw-break-anywhere` (go-gitea#31183)
Make pasted "img" tag has the same behavior as markdown image (go-gitea#31235)
Remove .segment from .project-column (go-gitea#31204)
Fix overflow on push notification (go-gitea#31179)
Fix NuGet Package API for $filter with Id equality (go-gitea#31188)
Fix overflow on notifications (go-gitea#31178)
Update chroma to v2.14.0 (go-gitea#31177)
Update air package path (go-gitea#31233)
Bump `@github/relative-time-element` to v4.4.1 (go-gitea#31232)
Copy file name to clipboardExpand all lines: docs/content/contributing/guidelines-frontend.en-us.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ We recommend [Google HTML/CSS Style Guide](https://google.github.io/styleguide/h
47
47
9. Avoid unnecessary `!important` in CSS, add comments to explain why it's necessary if it can't be avoided.
48
48
10. Avoid mixing different events in one event listener, prefer to use individual event listeners for every event.
49
49
11. Custom event names are recommended to use `ce-` prefix.
50
-
12. Prefer using Tailwind CSS which is available via `tw-` prefix, e.g. `tw-relative`. Gitea's helper CSS classes use `gt-` prefix (`gt-word-break`), while Gitea's own private framework-level CSS classes use `g-` prefix (`g-modal-confirm`).
50
+
12. Prefer using Tailwind CSS which is available via `tw-` prefix, e.g. `tw-relative`. Gitea's helper CSS classes use `gt-` prefix (`gt-ellipsis`), while Gitea's own private framework-level CSS classes use `g-` prefix (`g-modal-confirm`).
51
51
13. Avoid inline scripts & styles as much as possible, it's recommended to put JS code into JS files and use CSS classes. If inline scripts & styles are unavoidable, explain the reason why it can't be avoided.
0 commit comments