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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ A lightweight and somewhat opinionated CSS foundation that is best suited to app
14
14
-[Evolution](#evolution)
15
15
-[Browser support](#browser-support)
16
16
-[Publishing](#publishing)
17
-
-[The breakdown of step 3](#the-breakdown-of-step-3)
17
+
-[The breakdown of step 3](#the-breakdown-of-step-3)
18
18
-[Contributing](#contributing)
19
19
-[Versioning](#versioning)
20
20
@@ -122,7 +122,7 @@ Once new changes have been merged do the following:
122
122
2. Update the version number in [`index.css`](src/index.css).
123
123
3. Run: `npm version <update_type>` where `<update_type>` is one of the semantic versioning release types: **patch**, **minor**, or **major** (see [versioning](#versioning)).
124
124
125
-
## The breakdown of step 3
125
+
###The breakdown of step 3
126
126
127
127
1. Run the `build` script.
128
128
2. Add `CHANGELOG.md` and `index.css` modified in **steps 1** and **2** to the version commit.
0 commit comments