Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add sass package for storybook #2231

Closed
wants to merge 1 commit into from
Closed

build: add sass package for storybook #2231

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 18, 2023

sass package is needed to run storybook. while it's not listed in package.json we need to install it manually. this commit adds sass package in package.json

#2204

sass package is needed to run storybook. while it's not listed in package.json we need to install it manually. this commit adds sass package in package.json

#2204
@@ -129,7 +129,8 @@
"react-portal": "^4.2.1",
"react-with-direction": "^1.4.0",
"react-with-styles": "~4.1.0",
"react-with-styles-interface-css": "^6.0.0"
"react-with-styles-interface-css": "^6.0.0",
"sass": "^1.62.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be in devDependencies? Consumers of react-dates don't need sass, do they?

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move sass to dev deps.

also, does sass require compilation? it'd be ideal to only depend on pure JS deps.

@ljharb ljharb marked this pull request as draft August 4, 2023 22:27
@ghost ghost closed this by deleting the head repository Jan 10, 2024
@ljharb
Copy link
Member

ljharb commented Jan 10, 2024

I guess @lukaonik deleted their account.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants