Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@tui-cruises/mein-schiff-web-tailwind-config

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tui-cruises/mein-schiff-web-tailwind-config

The **Mein Schiff® Tailwind CSS Configuration** package provides a tailored configuration for Tailwind CSS, optimized for the Mein Schiff® design system.

latest
npmnpm
Version
2.0.17
Version published
Maintainers
5
Created
Source

Mein Schiff® Tailwind CSS Configuration

The Mein Schiff® Tailwind CSS Configuration package provides a tailored configuration for Tailwind CSS, optimized for the Mein Schiff® design system.

Installation

To install the package, run the following command:

npm install @tui-cruises/mein-schiff-web-tailwind-config

Usage

To use this package, import the shared configuration into your own Tailwind configuration:

import { sharedConfig } from '@tui-cruises/mein-schiff-web-tailwind-config';

const config = {
  ...sharedConfig,
  theme: {
    ...sharedConfig.theme,
    fontFamily: {
      sans: ['var(--font-mein-schiff-sans-pro)'],
    },
  },
};

export default config;

This will bring in the shared configurations (content, theme, plugins) and allow you to extend them as needed.

License

This project is licensed under the Business Source License (BSL). For commercial use, a commercial license is required.

FAQs

Package last updated on 10 Sep 2025

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