Socket
Book a DemoInstallSign in
Socket

@davincihealthcare/elty-css-foundations

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@davincihealthcare/elty-css-foundations

The "@davincihealthcare/elty-css-foundations" is a library that provides a set of default configurations for Tailwind CSS, a highly customizable, utility-based CSS framework. This preset is designed for DaVinci Elty.

unpublished
latest
npmnpm
Version
1.10.0
Version published
Maintainers
3
Created
Source

@davincihealthcare/elty-css-foundations

The "@davincihealthcare/elty-css-foundations" is a library that provides a set of default configurations for Tailwind CSS, a highly customizable, utility-based CSS framework. This preset is designed for DaVinci Elty.

Installation

To install the library, run the following command:

yarn add @davincihealthcare/elty-css-foundations

How to use

You need to add this preset to your TailwindCSS configuration:

import type { Config } from 'tailwindcss';

export default {
  presets: [require('@davincihealthcare/elty-css-foundations/dist/tailwind-preset.js').default],
  content: ['./**/*.{js,ts,jsx,tsx}'],
} satisfies Config;

FAQs

Package last updated on 24 Jan 2024

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