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: about/index.html
+7-22Lines changed: 7 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
</div>
38
38
</header>
39
39
40
-
40
+
41
41
42
42
<divclass="container">
43
43
<divclass="columns docs-layout">
@@ -48,32 +48,17 @@ <h1 class="page-title">
48
48
<divclass="markdown-body">
49
49
<p>Learn more about this styleguide, particularly how it’s built and who maintains it.</p>
50
50
51
-
<h3id="what-and-why">What and why</h3>
52
-
53
-
<p>Primer is GitHub’s internal CSS framework. It includes basic global styling for typography, small components like buttons and tabs, and our general guidelines for writing HTML and CSS. It’s been used internally at GitHub for years now.</p>
54
-
55
-
<p>Open-sourcing Primer means sharing and learning with the community. There’s a lot we can improve upon in Primer, and help is always appreciated. While we don’t currently plan on building this out as a competitor to other front-end frameworks, we will occasionally add, remove, or modify things.</p>
56
-
57
-
<h3id="browser-support">Browser support</h3>
58
-
59
-
<p>Primer currently supports Internet Explorer 9+ and the latest two versions of Chrome, Safari, and Firefox on OS X and Windows. While not a responsive or mobile-focused project, Mobile Safari and Chrome for Android should render just fine. Support for Linux-based browsers is not strictly guaranteed, but accounted for whenever possible.</p>
60
-
61
-
<h3id="future-updates">Future updates</h3>
51
+
<h3id="what-and-why">What and why</h3>
62
52
63
-
<p>See the <ahref="/roadmap">roadmap</a>for a rough outline on what’s slated for future versions of Primer.</p>
53
+
<p>Primer is GitHub’s internal CSS framework. It includes basic global styling for utilities, objects, components, and our general guidelines for writing HTML and CSS. It’s been used internally at GitHub for years now.</p>
64
54
65
-
<h3id="dependencies">Dependencies</h3>
55
+
<h3id="future-updates">Future Updates</h3>
66
56
67
-
<ul>
68
-
<li>Our styles are built with SCSS.</li>
69
-
<li>Bower is used to link GitHub assets, namely our <ahref="http://octicons.github.com">Octicons</a> icon font and Markdown styles.</li>
70
-
<li>Autoprefixer is used to generate vendor-prefixed declarations and is handled via our Gruntfile.</li>
71
-
<li>A custom plugin for snippet and example combos, <codeclass="highlighter-rouge">example.rb</code>, was created as a fork of Jekyll’s built-in <codeclass="highlighter-rouge">highlight</code> plugin.</li>
72
-
</ul>
57
+
<p>Primer is currently being overhauled. The upcoming version of Primer will add new styles and bring the existing styles up to date, improve the build process, and include new and improved documentation. New styles will be open-sourced in the <ahref="https://github.com/primer/primer-css">Primer repo</a> and <ahref="https://www.npmjs.com/package/primer-css">on npm</a> as we add them, and the new documentation site will be shared when it's complete, currently slated to happen in mid-to-late 2017.</p>
73
58
74
-
<h3id="who">Who</h3>
59
+
<h3id="who">Who</h3>
75
60
76
-
<p>Currently maintained by <ahref="https://twitter.com/mdo">@mdo</a>, <ahref="https://twitter.com/jonrohan">@jonrohan</a>, and the GitHub CSS team.</p>
61
+
<p>Maintained by the GitHub Design Systems team.</p>
0 commit comments