FrontBox Style Documentation

Layout

Settings

    Modules

      Functions

        Generators

          Shapes

            Wrap

            Crete wrapper element to hold content in a specific width and optional aside space.

            Before using this module, remember to include base style.

            .wrap {
            @include wrap(1024px, 16px);
            }

            Mixin

            $max-width: pixels

            $space-aside?: pixels

            Usage

            .wrap {
            @include wrap(1024px, 16px);
            }

            Example

            Yellow color point padding ( $space-aside variable).