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

Replaced deprecated node-sass with sass (#1491) #1499

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

Conversation

vjandrea
Copy link

Changes proposed in this Pull Request:

  • replaced node-sass with sass
  • fixed a deprecation in _mixins.scss
  • added PHPStorm's .idea/ to .gitignore

Related issue(s):

#1491

@maeseoki
Copy link

Found and error in watch script:
"watch": "sass sass/:./ --source-map --style expanded --indented -w",

"--indented" shoudn't be there, as scss doesn't needs it, and throws a copiling error.

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

2 participants