Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Tear down existing primer and rebuild with npm
  • Loading branch information
jonrohan committed May 2, 2016
commit b7b89b63df80faf846d8dc6439a21b6210e8fe3c
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

11 changes: 0 additions & 11 deletions .editorconfig

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ vendor/
_site/
node_modules/
.DS_Store
css/
27 changes: 27 additions & 0 deletions .primer-stats.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# [primer-css]( https://github.com/styleguide )

**Version:** `4.0.0`

> Primer is the CSS toolkit that powers GitHub's front-end design. It's purposefully limited to common components to provide our developers with the most flexibility, and to keep GitHub uniquely *GitHubby*. It's built with SCSS and available via Bower, so it's easy to include all or part of it within your own project.

* * *

## Parker Report

### css/primer.css

- **Total Stylesheets:** 1
- **Total Stylesheet Size:** 9483
- **Total Rules:** 205
- **Selectors Per Rule:** 1.2682926829268293
- **Total Selectors:** 260
- **Identifiers Per Selector:** 1.0884615384615384
- **Specificity Per Selector:** 8.742307692307692
- **Top Selector Specificity:** 21
- **Top Selector Specificity Selector:** .clearfix::before
- **Total Id Selectors:** 0
- **Total Identifiers:** 283
- **Total Declarations:** 266
- **Total Unique Colors:** 22
- **Total Important Keywords:** 193
- **Total Media Queries:** 0
Loading