Socket
Socket
Sign inDemoInstall

bootstrap-tlnd-theme

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-tlnd-theme

Bootstrap theme based on Talend styleguide


Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 14 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc