FriendsOfTrowel / Layouts

⚠️ DEPRECATED. The official Trowel Component for containers and grids

Home Page:http://trowel.github.io/documentation/friends-of-trowel/layouts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Friends of Trowel

Trowel-Layouts

npm version Bower version

The official Trowel Component for Layouts Layouts is a Trowel Component, please refer to the Trowel doc for more informations about how works Trowel Components

Getting Started

Download

You can easily install trowel-layouts by using NPM or Bower with the name trowel-layouts (previously friendsOfTrowel-Layouts-component)

# With bower
$ bower install trowel-layouts

# With npm
$ npm install trowel-layouts

# With yarn
$ yarn add trowel-layouts

You can also download a zip archive right here.

Installation

SCSS

The main scss file to include to your main .scss file is located at the ./src/scss/Layouts.scss. As a Trowel Component, it also requires two dependencies to compile the scss code. Here an scss installation snippet.

// Trowel Dependencies
@import './path/to/dependencies/trowel-core/src/trowel';

// Trowel Components Layouts
@import './path/to/dependencies/trowel-layouts/src/scss/layouts';

Usage

to be written

License

MIT © Trowel

About

⚠️ DEPRECATED. The official Trowel Component for containers and grids

http://trowel.github.io/documentation/friends-of-trowel/layouts/

License:MIT License


Languages

Language:HTML 55.2%Language:CSS 33.5%Language:JavaScript 11.3%