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

Feat: import from node modules #1

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

Conversation

adrian-marcelo-gallardo

This modifications will allow to import scss variables from a node_modules folder.

This is useful when using a third-party scss library and you need to import some variables in order to customize some script.

@@ -10,7 +10,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && rollup -c",
"build:watch": "npm run clean && rollup -c -w",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postinstall": "npm run build"

Choose a reason for hiding this comment

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

@gmfun if you want to approve this PR and publish a new npm package version I will need to remove this line, as it was only needed when installing this package from github

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.

1 participant