@pzh-ui/css

0.0.95 • Public • Published

css

This package contains default styling for projects whitin Provincie Zuid-Holland.

We use the Tailwind framework to style the components. In order to apply the correct styles, install @pzh-ui/css in your project.

yarn add @pzh-ui/css

After installing the dependency, you can start using the styles as follows:

// tailwind.config.js

module.exports = {
    presets: [require('@pzh-ui/css/config')],
    content: [
        './src/**/*.{js,jsx,ts,tsx}',
        './node_modules/@pzh-ui/components/dist/**/*.{js,jsx,ts,tsx}',
        './public/index.html',
    ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i @pzh-ui/css

Weekly Downloads

12

Version

0.0.95

License

ISC

Unpacked Size

208 kB

Total Files

9

Last publish

Collaborators

  • s.winterswijk
  • stefwinterswijk