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

"WARNING: DEPRECATION: In order to remove global variable naming conflicts, Singularity's settings" ... in Singularity 1.6.2? #229

Open
perceptbe opened this issue May 18, 2016 · 1 comment

Comments

@perceptbe
Copy link

Below is one of the dozen warnings I get when compiling my scss with Singularity 1.6.2. I've been looking for information but only old threads show up referring to version differences between the variables syntax of singularity < 1.2 en > 1.2

WARNING: DEPRECATION: In order to remove global variable naming conflicts, Singularity's settings have been moved into the single `$singularity` variable. Please refer to our documentation (https://github.com/Team-Sass/Singularity/wiki) on how to update your settings. In the next version of Singularity, this warning will be removed. opposite has been returned.
    on line 37 of bower_components/singularity/stylesheets/singularitygs/helpers/_find.scss
    from line 14 of bower_components/singularity/stylesheets/singularitygs/gutter-styles/_find.scss
    from line 6 of bower_components/singularity/stylesheets/singularitygs/math/_gutters.scss
    from line 24 of bower_components/singularity/stylesheets/singularitygs/api/_isolation.scss
    from line 59 of bower_components/singularity/stylesheets/singularitygs/_api.scss
    from line 59 of bower_components/singularity/stylesheets/singularitygs/_api.scss
    from line 4726 of scss/style.scss
    from line 62 of bower_components/breakpoint-sass/stylesheets/_breakpoint.scss
    from line 4725 of scss/style.scss

The only variables (related to singularity) are:

// Singularity Legacy support

$legacy-support-for-ie6: false;
$legacy-support-for-ie7: false;
$legacy-support-for-ie8: false;

// Singularity Grid

@include add-grid(12);
@include add-gutter(1/2);

I even removed the IE legacy vars but the result was the same ... the reference to the wiki is kinda useless because I've read the wiki in all possible directions and there is no reference to this issue.

@grouchal
Copy link

This really is an annoying issue - we are not sure how to remove he message - what to change etc, but it is messing up our automated builds.

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

No branches or pull requests

2 participants