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

Strange deprication warnings and layout()/layout-at() mixins #213

Open
fileboxxx opened this issue Jul 8, 2015 · 0 comments
Open

Strange deprication warnings and layout()/layout-at() mixins #213

fileboxxx opened this issue Jul 8, 2015 · 0 comments

Comments

@fileboxxx
Copy link

as soon as i am trying to use layout() mixins, i got warnings:

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. split has been returned.
         on line 37 of /tmp/Tests/compass/grids/bower_components/singularitygs/stylesheets/singularitygs/helpers/_find.scss, in `grid-span'
         from line 20 of /tmp/Tests/compass/grids/sass/_grids.scss, in `@content'
         from line 91 of /tmp/Tests/compass/grids/bower_components/singularitygs/stylesheets/singularitygs/helpers/_layout.scss, in `@content'
         from line 68 of /tmp/Tests/compass/grids/bower_components/singularitygs/stylesheets/singularitygs/helpers/_layout.scss, in `layout'
         from line 90 of /tmp/Tests/compass/grids/bower_components/singularitygs/stylesheets/singularitygs/helpers/_layout.scss, in `@content'
         from line 66 of /tmp/Tests/compass/grids/bower_components/breakpoint-sass/stylesheets/_breakpoint.scss, in `breakpoint'
         from line 87 of /tmp/Tests/compass/grids/bower_components/singularitygs/stylesheets/singularitygs/helpers/_layout.scss, in `layout-at'
         from line 6 of /tmp/Tests/compass/grids/sass/_grids.scss
         from line 7 of /tmp/Tests/compass/grids/sass/screen.scss


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....

.......................
up to 7 identical warning messages

my screen.scss:

@import "breakpoint";
@import "grids";
``` css

my _grids.scss:
```css
@import "singularitygs";

//@include layout() {
//@include layout-at(('grid': 3 2 1 1 1, 'gutter': 1/4), 1024px) {
@include layout-at(3 2 1 1 1, 1024px) {
    .panel-1 {
        @include grid-span(1, 2);
    }
    .panel-2 {
        @include grid-span(1, 1);
    }
    .panel-3 {
        @include grid-span(1, 3);
    }
    .panel-4 {
        @include grid-span(1, 4);
    }
    .panel-5 {
        @include grid-span(1, 5);
    }
}
```css

Env versions:

bower singularitygs#~1.6.2 cached git://github.com/at-import/Singularity.git#1.6.2

Sass 3.4.14 (Selective Steve)

Compass 1.0.3 (Polaris)
Copyright (c) 2008-2015 Chris Eppstein


How to fix that ?
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

1 participant