“Every line of code should appear to be written by a single person, no matter the number of contributors.” —@mdo
- 避免在 CSS 使用 HTML 标签选择器
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| .ellipsis-clamp { | |
| line-height: 20px; | |
| max-height: 40px; |
“Every line of code should appear to be written by a single person, no matter the number of contributors.” —@mdo