@mezzo-forte/gui

1.0.0 • Public • Published

Mezzo Forte GUI and style utilities

Includes basic css style and Messina Sans font.

Usage

Install with npm install mezzoforte-gui

Then load with webpack using css-loader and url loader.

(install with npm install css-loader url-loader --save-dev)

Add to webpack.config.js

module: {
  rules: [
    {
      test: /\.css$/i,
      use: ['style-loader', 'css-loader'],
    },
    { test: /\.(png|woff|woff2|eot|ttf|svg)$/,
      loader: 'url-loader'
    }
  ]
}

Then import in files where needed:

import 'mezzoforte-gui';

Readme

Keywords

none

Package Sidebar

Install

npm i @mezzo-forte/gui

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

289 kB

Total Files

12

Last publish

Collaborators

  • francescocretti
  • gbcode.it