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
- Host: GitHub
- URL: https://github.com/boldgrid/components
- Owner: BoldGrid
- License: gpl-3.0
- Created: 2017-08-09T21:25:06.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-17T18:04:08.000Z (over 2 years ago)
- Last Synced: 2024-10-22T10:59:15.779Z (over 1 year ago)
- Topics: css-modules, page-builder
- Language: SCSS
- Homepage: https://www.boldgrid.com/
- Size: 1.79 MB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Components
[](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
```