Skip to content

Commit 409ed43

Browse files
committed
fix(packages): 👉 point style field to built css
1 parent 23e4fbc commit 409ed43

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

modules/primer-alerts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "product",

modules/primer-avatars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "product",

modules/primer-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "core",

modules/primer-blankslate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "product",

modules/primer-box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "core",

modules/primer-buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "core",

modules/primer-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "core",

modules/primer-labels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "product",

modules/primer-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "core",

modules/primer-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/primer/primer-markdown",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"main": "build/index.js",
1010
"primer": {
1111
"category": "product",

0 commit comments

Comments
 (0)