Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traum-ferienwohnungen/grid-system
https://github.com/traum-ferienwohnungen/grid-system
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/traum-ferienwohnungen/grid-system
- Owner: traum-ferienwohnungen
- License: gpl-3.0
- Created: 2019-05-15T08:15:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:29:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T21:09:07.387Z (8 days ago)
- Language: CSS
- Size: 776 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```