Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/traum-ferienwohnungen/grid-system


https://github.com/traum-ferienwohnungen/grid-system

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# TFW Grid System
> A simple CSS grid based on flexbox & BEM.

## Usage
For detailed instructions see `demo/index.html`

## Installing

```bash
npm install @traum-ferienwohnungen/grid-system
```

### ES6
```javascript
import "@traum-ferienwohnungen/grid-system"
```

### SCSS
```scss
@import ~/@traum-ferienwohnungen/grid-system;
```

### CSS
```css
@import ~/@traum-ferienwohnungen/grid-system/dist/grid;
```

## Developer Guide

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