Skip to content

traum-ferienwohnungen/grid-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFW Grid System

A simple CSS grid based on flexbox & BEM.

Usage

For detailed instructions see demo/index.html

Installing

npm install @traum-ferienwohnungen/grid-system

ES6

import "@traum-ferienwohnungen/grid-system"

SCSS

@import ~/@traum-ferienwohnungen/grid-system;

CSS

@import ~/@traum-ferienwohnungen/grid-system/dist/grid;

Developer Guide

# Use the node version specified in .nvmrc
nvm use
# Install packages
npm i
# Generate grid
npm run build