@pzh-ui/css
v0.0.100
Published
Contains default styling for projects within Provincie Zuid-Holland.
Downloads
38
Readme
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',
],
}