1.1.4 • Published 2 years ago

@fylgja/container v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Container component

NPM version license

The container component is wrapper component, to make all child elements fit better in the page.

Installation

npm install @fylgja/container

Then include the component in to your code via;

@use "@fylgja/container";
// Or via PostCSS import
@import "@fylgja/container";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/container" with ($container-layer: "components");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/container" layer("components");

How to use

For more information see the container docs on the Fylgja.dev.

1.1.4

2 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago