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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix err #2

Merged
merged 1 commit into from
Dec 27, 2017
Merged

fix err #2

merged 1 commit into from
Dec 27, 2017

Conversation

ifyour
Copy link
Contributor

@ifyour ifyour commented Dec 25, 2017

Fix error in _rem.scss

Demo

$a-false-value: false;
global-variable-exists(a-false-value) => true
global-variable-exists(a-null-value) => true

.foo {
  $some-var: false;
  @if global-variable-exists(some-var) { /* false, doesn't run */ }
}

More detail see: Doc 馃槂

@huanz huanz merged commit eead976 into huanz:master Dec 27, 2017
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