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
removing nav on mobile, moving nav into mobile first query, changing the docs a bit, adding support section, testing out markdown IDs as links for README
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,15 @@ Skeleton is lightweight and simple. It styles only raw HTML elements (with a few
33
33
- No compiling or installing...just vanilla CSS
34
34
35
35
36
-
## Browser support
36
+
## Browser support {#browserSupport}
37
37
38
-
- Chrome
39
-
- Firefox 5+
40
-
- Opera
41
-
- Safari 6+
42
-
- IE 8+
38
+
- Chrome latest
39
+
- Firefox latest
40
+
- Opera latest
41
+
- Safari latest
42
+
- IE latest
43
43
44
+
The above list is non-exhaustive. Skeleton works perfectly with almost all older versions of the browsers above, though IE certainly has large degradation prior to IE9.
@@ -109,7 +110,7 @@ <h2 class="title">A dead simple, responsive boilerplate.</h2>
109
110
<!-- Why use Skeleton -->
110
111
<divclass="docs-section" id="intro">
111
112
<h6class="docs-header">Is Skeleton for you?</h6>
112
-
<p>You should use Skeleton if you're feeling like whole UI frameworks like Bootstrap and Foundation are overkill for your project and you just want the basics. Skeleton only styles a handful of standard HTML elements and includes a grid, but that's often more than enough to get started. In fact, <u>this site is built on Skeleton and has just over 100 lines of custom CSS.</u></p>
113
+
<p>You should use Skeleton if you're overwhelmed by UI frameworks like Bootstrap and Foundation or if you're embarking on a smaller project. Skeleton only styles a handful of standard HTML elements and includes a grid, but that's often more than enough to get started. In fact, <u>this site is built on Skeleton and has just over 100 lines of custom CSS.</u></p>
113
114
<p>Love Skeleton and want to Tweet it, share it, or star it? Well, I appreciate that <3</p>
114
115
<ahref="https://twitter.com/share" class="twitter-share-button" data-url="http://www.getskeleton.com" data-text="Skeleton - A dead simple, responsive boilerplate." data-via="dhg" data-related="dhg">Tweet</a>
<p>Skeleton supports all latest versions of major browsers (both on desktops and mobile devices). That said, it basically works with any version of Chrome, Firefox, Opera, or Safari and as far back as IE9.</p>
0 commit comments