Skip to content

Commit f3df476

Browse files
committed
Merge pull request #189 from primer/dist_branch
📢 Big Change! Primer version 4.0.0
2 parents 28b7c16 + 7488303 commit f3df476

File tree

281 files changed

+125
-9088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+125
-9088
lines changed

.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.editorconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
.bundle/config
2-
bin/
3-
vendor/
4-
.sass-cache/
5-
vendor/
6-
.ruby-version
7-
_site/
8-
node_modules/
91
.DS_Store
2+
.sass-cache
3+
node_modules
4+
build

.hound.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.yml
2+
.primer-stats.txt

.postcss.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"use": ["autoprefixer"],
3+
"autoprefixer": {
4+
"browsers": "> 5%"
5+
}
6+
}

.primer-stats.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
PARKER-JS
2+
Total Stylesheets: 1
3+
Total Stylesheet Size: 55900
4+
Total Rules: 579
5+
Total Selectors: 763
6+
Total Identifiers: 1405
7+
Total Declarations: 1256
8+
Selectors Per Rule: 1.3177892918825562
9+
Identifiers Per Selector: 1.836173001310616
10+
Specificity Per Selector: 14.613368283093054
11+
Top Selector Specificity: 40
12+
Top Selector Specificity Selector: .btn-group .btn-group-form:first-child .btn
13+
Total Id Selectors: 0
14+
Total Unique Colors: 76
15+
Unique Colors: #FFFF00,#000000,#C0C0C0,#333333,#FFFFFF,#4078C0,#DDDDDD,#E5E5E5,#C5D5DD,#EEEEEE,#F2F8FA,#F5F5F5,#FAFAFA,#6CC644,#BD2C00,#999999,#767676,#55A532,#C9510C,#6E5494,#FFFA5D,#CEA61B,#555555,#51A7E8,#FFFBDC,#666666,#4C4A42,#FFF9EA,#DFD8C2,#991111,#FCDEDE,#D2B2B2,#CCCCCC,#C9FF00,#CACACA,#BBBBBB,#FCFCFC,#D5D5D5,#DCDCDC,#B5B5B5,#CFCFCF,#60B044,#8ADD6D,#5CA941,#569E3D,#79D858,#4A993E,#418737,#4C8B36,#FEFEFE,#ADD39F,#C3ECB4,#B9DCAC,#A7C89B,#990000,#B33630,#DC5F59,#CD504A,#9F312C,#9F302B,#CB7F7F,#EFEFEF,#E1E1E1,#396CAD,#4183C4,#224466,#E2EEF9,#BAC6D3,#FFFCCC,#AAAAAA,#D8D8D8,#F9F9F9,#222222,#D26911,#F7F7F7,#F1F1F1
16+
Total Important Keywords: 196
17+
Total Media Queries: 7
18+
Media Queries: only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-moz-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx),screen and (min-width: 0\0)
19+

0 commit comments

Comments
 (0)