Skip to content

Commit 3565e0a

Browse files
ibacher2nikhiltom
andauthored
chore: add sass entry points (#18955)
Co-authored-by: Nikhil Tomar <63502271+2nikhiltom@users.noreply.github.com>
1 parent a6b6272 commit 3565e0a

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

packages/elements/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
8+
"sass": "index.scss",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/carbon-design-system/carbon.git",

packages/feature-flags/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
8+
"sass": "index.scss",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/carbon-design-system/carbon.git",

packages/layout/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
8+
"sass": "index.scss",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/carbon-design-system/carbon.git",

packages/motion/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
8+
"sass": "index.scss",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/carbon-design-system/carbon.git",

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
88
"module": "es/index.js",
9+
"sass": "index.scss",
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/carbon-design-system/carbon.git",

packages/themes/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
8+
"sass": "index.scss",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/carbon-design-system/carbon.git",

packages/type/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
8+
"sass": "index.scss",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/carbon-design-system/carbon.git",

0 commit comments

Comments
 (0)