0.0.1 • Published 27 days ago

@prestashopcorp/puik-tailwind-preset v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
27 days ago

About The Project

Puik Tailwind Preset is a Tailwind CSS preset that aims to provide all the design tokens based on the PrestaShop Design System for all the PrestaShop ecosystem.

Prerequisites

  • Tailwind Css 3+

Installation

# NPM
$ npm install @prestashopcorp/puik-tailwind-preset --save

# Yarn
$ yarn add @prestashopcorp/puik-tailwind-preset

# pnpm
$ pnpm install @prestashopcorp/puik-tailwind-preset

Usage

If you want to use the Tailwind CSS preset used for this library you can import the configuration in your project

const { puikTailwindPreset } = require('@prestashopcorp/puik')
/** @type {import('tailwindcss').Config} */
module.exports = {
  presets: [puikTailwindPreset],
}

Available tokens

You can find all the available tokens here

2.0.0-beta.4

27 days ago

2.0.0-beta.3

28 days ago

2.0.0-beta.2

3 months ago

2.0.0-beta.0

3 months ago

0.0.1

6 months ago