Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@100shapes/monday-theme

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@100shapes/monday-theme

Custom tailwindcss config to match Mondaycom's design system.

latest
Source
npmnpm
Version
0.1.14
Version published
Maintainers
2
Created
Source

Monday.com Tailwind Theme

Custom Tailwind config to skin html classes based on Monday.com's Design System

Installation

Yarn or npm install

npm install @100shapes/monday-theme

or

yarn add @100shapes/monday-theme

Installation

  • Set up Tailwind however you choose within your project.

  • in your project's tailwind.config.js add the follwing:

const config = require('@100shapes/monday-theme')

module.exports = {
  ...config,
}

Note

This configuration replaces Tailwinds defaults, so the the classes in tailwind's docs (i.e. padding) will no longer exist.

If you'd prefer to keep these default clases, use tailwind's extend.

Usage

Something like this:

<div class="flex px-MD border border-primary bg-riverstoneGrey">
  <p class="text-medium">I look like Monday.com</p>
</div>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Keywords

TailwindCSS

FAQs

Package last updated on 20 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts