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

https://github.com/boldgrid/components

BoldGrid CSS library built with SASS
https://github.com/boldgrid/components

css-modules page-builder

Last synced: 10 months ago
JSON representation

BoldGrid CSS library built with SASS

Awesome Lists containing this project

README

          

# Components

[![Greenkeeper badge](https://badges.greenkeeper.io/BoldGrid/components.svg)](https://greenkeeper.io/)

## Application
https://boldgrid-components.herokuapp.com/ @master

## Usage
```
# Install package
yarn add @boldgrid/components

# Import CSS files from dist folder (SASS).
@import '@boldgrid/components/dist/css/components.min.css';
```
## Development
```
# Install dependencies
yarn install

# Run localhost:3000 with hot reload
yarn dev

# Build for production
yarn build
```