@obosbbl/grunnmuren-tailwind

0.9.1 • Public • Published

@obosbbl/grunnmuren-tailwind

Grunnmuren Tailwind preset.

Install

npm install -D @obosbbl/grunnmuren-tailwind tailwindcss

Usage

// tailwind.config.js

// Regular usage
module.exports = {
  presets: [require('@obosbbl/grunnmuren-tailwind')],
  content: [
    // If using this together with Grunnmuren's React components
    './node_modules/@obosbbl/grunnmuren-react/dist/**/*.js',
    // Add your own content sources as needed, eg:
    './src/components/**/*.{ts,tsx}',
  ],
};

// Usage with options
module.exports = {
  presets: [require('@obosbbl/grunnmuren-tailwind')({ useLegacyFont: true, fontBasePath: '/mypath/myfonts' }),
  // content: [ ... ]
};

Fonts

The preset includes font declarations. You'll have to setup your app so it serves the necessary font files. By default the fonts should be under /fonts/ but you can override this with the config option fontBasePath. See the preset implementation.

Options

The preset supports the following options:

Name Default value Description
useLegacyFont false Whether to use the fonts from the old design
fontBasePath /fonts Path to where the fonts are hosted

Readme

Keywords

none

Package Sidebar

Install

npm i @obosbbl/grunnmuren-tailwind

Weekly Downloads

1,069

Version

0.9.1

License

MIT

Unpacked Size

18.1 kB

Total Files

4

Last publish

Collaborators

  • aulonm
  • alexanbj