1.0.13 • Published 2 years ago

msp-themes v1.0.13

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Themes

Description

Collection of custom bootstrap themes using Sass.

Installation

yarn add msp-themes
npm --save install msp-themes

Themes

  • MSP

Structure

  • bootstrap/
    • {theme}/
      • resources/ -> Resources required by the theme in base 64.
      • scss/ -> Custom scss and mixers.
      • variables/ -> Redefinition and new variables.
      • {theme}_isolate.scss -> Theme configuration for isolate usage.
      • {theme}.scss -> Full theme configuration.
  • dist/
    • {theme}/
      • {theme}_isolate.css
      • {theme}.css

Usage

import 'msp-themes/dist/msp/msp.css';

<h1>Sample Text</h1>
<button className="btn btn-secondary"></button>