BoldGrid / components

BoldGrid CSS library built with SASS
https://www.boldgrid.com/
GNU General Public License v3.0
3 stars 0 forks source link
css-modules page-builder

Components

Greenkeeper badge

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