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
@@ -7,7 +7,7 @@ An entry-point for learning about this architectural model. A place to learn wha
7
7
8
8
## Contributing resources
9
9
10
-
We've collected a set of videos, presentation, articles and other learning resources about Jamstack. You can contribute content to that pool of resources!
10
+
We've collected a set of videos, presentations, articles and other learning resources about Jamstack. You can contribute content to that pool of resources!
11
11
12
12
We accept contributions submitted as [pull requests](https://github.com/jamstack/jamstack.org/pulls).
13
13
@@ -60,7 +60,7 @@ npm start
60
60
61
61
## Styling with TailwindCSS
62
62
63
-
This site uses [TailwindCSS](https://tailwindcss.com) to offer utility CSS classes and provide a rapid means to styling the site. This means that most styling can be done without writing any additional CSS. Instead, utility classes can be added directly to the HTML. This can provide some very rapid development and also offer surprising levels of familiarity for these used to working in this way (since the conventions and classes are not _per site_.)
63
+
This site uses [TailwindCSS](https://tailwindcss.com) to offer utility CSS classes and provide a rapid means to styling the site. This means that most styling can be done without writing any additional CSS. Instead, utility classes can be added directly to the HTML. This can provide some very rapid development and also offer surprising levels of familiarity for those used to working in this way (since the conventions and classes are not _per site_.)
64
64
65
65
While running/developing locally, the `npm run start` command will generate the site including the CSS pipeline from Tailwind.
0 commit comments