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

Upgrade sass #233

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Upgrade sass #233

wants to merge 2 commits into from

Conversation

adamwoodnz
Copy link
Contributor

When installing dependencies for development I ran into the following Error: Can't find Python executable "python", you can set the PYTHON env variable.

Later versions of Sass don't require Python, so this PR updates it and dependencies. The resulting changes to the built CSS consist of quotes and removing empty lines.

I've also added a .nvmrc file to aid in environment consistency between developers. Looking at the existing package-lock.json, it seems that it was most likely generated with npm 6, which shipped with Node 12.

Looking at package-lock.json it seems most likely this project is on Node 12
@adamwoodnz adamwoodnz self-assigned this Oct 21, 2024
@adamwoodnz adamwoodnz requested a review from dd32 October 21, 2024 22:23
@adamwoodnz adamwoodnz added the dependencies Pull requests that update a dependency file label Oct 21, 2024
Copy link
Member

@dd32 dd32 left a comment

Choose a reason for hiding this comment

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

The change to css/style.css seems sane, so I'm making an assumption that this is a safe change to make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants