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

https://github.com/netbeast/design

:pencil2: This repository provides a publicly accessible style guide for the development of web apps using the Netbeast theme. It also includes the Sass and Css files needed to start designing w/ Netbeast.
https://github.com/netbeast/design

Last synced: 6 months ago
JSON representation

:pencil2: This repository provides a publicly accessible style guide for the development of web apps using the Netbeast theme. It also includes the Sass and Css files needed to start designing w/ Netbeast.

Awesome Lists containing this project

README

          

# Netbeast style guide

Check out how the netbeast styles look like at the [styleguide](http://netbeast.github.io/design/)

## Main components

- Generic bootstrap Sass styles are included under stylesheets
- app.scss (This includes the bootstrap base and our custom tweaks/theme)
- _customVariables.scss (This file stores the custom values for most of the current styles (e.g. border radius, widths, colors, all the stuff you can think of).
- custom.scss (This file stores custom mods to the bootstrap base styles that cannot be done using custom variables).

## Usage

### CSS

Include the nb-bootstrap folder in your project and place

``

### Sass

To customize using many of the Sass variables that we have defined for the theme just open a tab in your project folder and type

`sass nb-bootstrap/sass/app.scss:nb-bootstrap/css/nb-bootstrap.css --watch`

Changes on the sass files will automatically be compiled into the css file.

## Development

- New changes are highly recommended to be included in customVars