Skip to content

Are containers and span includes removed in 3.0? #644

@brograhamer

Description

@brograhamer

Loving 3.0, but I'm curious if @include container() and @include span() are being removed? They no longer work with my existing system after updating. If the following is not preferred can you please use the example below to show me how you would do this with Susy instead?

#page {
    main {
        @include container();
        article {
            @include span(3 of 4);
        }
        aside {
            @include span(1 of 4);
        }
    }
}

Thank you for all your hard work on this. Susy has changed my life within my career, seriously.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions