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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Please note that this project is released with a [Contributor Code of Conduct](CODE-OF-CONDUCT.md). By participating in this project you agree to abide by its terms.
4
4
5
-
## Table of Contents
5
+
## Contents
6
6
7
7
-[Adding to This List](#adding-to-this-list)
8
8
-[Updating Your Pull Request](#updating-your-pull-request)
Copy file name to clipboardExpand all lines: README.md
+32-32
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A collection of tips to help take your CSS skills pro.
9
9
> [!TIP]
10
10
> For other great lists check out [@sindresorhus](https://github.com/sindresorhus/)'s curated list of [awesome lists](https://github.com/sindresorhus/awesome/).
11
11
12
-
## Table of Contents
12
+
## Contents
13
13
14
14
-[Protips](#protips)
15
15
-[Support](#support)
@@ -69,7 +69,7 @@ Now elements will be stripped of margins and padding, and `box-sizing` lets you
69
69
> [!TIP]
70
70
> If you follow the [Inherit `box-sizing`](#inherit-box-sizing) tip below you might opt to not include the `box-sizing` property in your CSS reset.
71
71
72
-
<sup>[Back to top](#table-of-contents)</sup>
72
+
<sup>[Back to top](#contents)</sup>
73
73
74
74
### Inherit `box-sizing`
75
75
@@ -91,7 +91,7 @@ This makes it easier to change `box-sizing` in plugins or other components that
@@ -275,7 +275,7 @@ Use the `:not()` pseudo-class and no comma will be added to the last item.
275
275
> [!NOTE]
276
276
> This tip may not be ideal for accessibility, specifically screen readers. And copy/paste from the browser doesn't work with CSS-generated content. Proceed with caution.
@@ -401,7 +401,7 @@ When working with column gutters you can get rid of `nth-`, `first-`, and `last-
401
401
402
402
Now column gutters always appear evenly-spaced.
403
403
404
-
<sup>[Back to top](#table-of-contents)</sup>
404
+
<sup>[Back to top](#contents)</sup>
405
405
406
406
### Use Attribute Selectors with Empty Links
407
407
@@ -420,7 +420,7 @@ That's really convenient.
420
420
> [!NOTE]
421
421
> This tip may not be ideal for accessibility, specifically screen readers. And copy/paste from the browser doesn't work with CSS-generated content. Proceed with caution.
Now links that are inserted via a CMS, which don't usually have a `class` attribute, will have a distinction without generically affecting the cascade.
482
482
483
-
<sup>[Back to top](#table-of-contents)</sup>
483
+
<sup>[Back to top](#contents)</sup>
484
484
485
485
### Intrinsic Ratio Boxes
486
486
@@ -507,7 +507,7 @@ Using 20% for padding makes the height of the box equal to 20% of its width. No
0 commit comments