Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/splode/bootstrap-nucleus

Bootstrap Nucleus - the essential core of Bootstrap v4.
https://github.com/splode/bootstrap-nucleus

bootstrap bootstrap-grid bootstrap-nucleus css css-framework

Last synced: 26 days ago
JSON representation

Bootstrap Nucleus - the essential core of Bootstrap v4.

Awesome Lists containing this project

README

        





# Bootstrap Nucleus

> Bootstrap Nucleus - the essential core of Bootstrap v4.

## Installation

### npm

```bash
npm install bootstrap-nucleus
```

```javascript
require('bootstrap-nucleus')
```

### Direct Download

See [https://github.com/Splode/bootstrap-nucleus/blob/master/dist/bootstrap-nucleus.min.css](https://github.com/Splode/bootstrap-nucleus/blob/master/dist/bootstrap-nucleus.min.css)

#### CSS

```scss
@import 'bootstrap-nucleus.min.css';
```

#### HTML

```html

```

## Usage

Bootstrap Nucleus includes the essential core of Bootstrap v4 without the fluff.

Core includes:

- CSS Reboot
- Bootstrap Grid
- Bootstrap Utilities

Use Bootstrap Nucleus the same way that you would use Bootstrap v4.

```html



...


...

```

### Custom Build

Use the following to rebuild project assets:

```bash
npm run build
```

Use the following to bundle and minify distribution files:

```bash
npm run dist
```

## Why Nucleus?

The Bootstrap framework is an excellent tool for prototyping. In production, however, I find myself overwriting the majority of the Bootstrap component styles and retaining only the core framework components, such as the grid.

Instead of including the entire Bootstrap framework for projects, Bootstrap Nucleus allows a project to retain the essential Bootstrap components while shedding the fluff. At 48 KB minified, Bootstrap Nucleus is less than half the size of Bootstrap's CSS framework.