0.5.0 • Published 8 years ago

bootstrap-tlnd-theme v0.5.0

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
8 years ago

Talend Bootstrap Theme

STATUS: this is a Work In Progress.

Build Status dependencies Status

This theme is a base theme free of colors that must be configured to be used.

It provides layout that follow Talend Style Guidelines.

Note: The example has been taken from the excellent project Bootstwatch. But we have decided to rewrite the build using webpack and bootstrap-sass.

Docs & Help

How to use

Install dependency

npm install --save bootstrap-tlnd-theme

Define your color set

Create your _colors.scss file and fill it with your own color set.

/// My primary App color
///
/// @type Color
$lizard:    #112A2D;

Fork bootstrap-sass variables

Open this file in order to override what you need to a _variables.scss file.

$brand-primary:         $lizard;

Set up Talend bootstrap theme

Edit your Sass entry file.

@import 'colors';
@import 'variables';
@import '~bootstrap-tlnd-theme/src/theme/bootstrap';

You can now add Bootstrap markup!

How to contribute

npm install
npm start

Open http://localhost:8080/ to see your changes.

0.5.0

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago