mch-themes-test

0.3.16 • Public • Published

Themes

Description

Collection of custom bootstrap themes using Sass.

Installation

yarn add @mch-group/uikit-themes
npm --save install @mch-group/uikit-themes

Themes

  • artbasel

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 '@mch-group/uikit-themes/dist/artbasel/artbasel.css';

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

Readme

Keywords

none

Package Sidebar

Install

npm i mch-themes-test

Weekly Downloads

0

Version

0.3.16

License

none

Unpacked Size

1.55 MB

Total Files

72

Last publish

Collaborators

  • andersonmiranda