Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kellerkinder/tailwind-config

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kellerkinder/tailwind-config

Kellerkinder corporate design tailwind config

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

Kellerkinder TailwindCSS Config

npm version

This package provides the Kellerkinder TailwindCSS configuration.

Requirements

This config has been developed and tested with the following requirements:

  • NodeJS >= 12
  • TailwindCSS >= 3.0.0
  • PostCSS >= 8.0.0
  • Autoprefixer >= 10.0.0

Installation

In order to install this configuration, run the following scripts in your NodeJS project:

$ npm i tailwindcss postcss autoprefixer @kellerkinder/tailwind-config

Usage

In order to use this configuration, you can implement it as a preset in your tailwind.config.js:

// tailwind.config.js
const createK10rPreset = require('@kellerkinder/tailwind-config');

module.exports = {
    presets: [
        createK10rPreset(),
    ],
    // ... rest of your config
};

Features

This preset offers the following features.

Tailwind Forms

The plugins @tailwindcss/forms is included in this configuration to provide out-of-the-box support for TailwindUI.

Corporate Identity Colors

The Kellerkinder corporate identity colors are provided.

Primary color: #171c21

  • Shades
    • gray-100
    • gray-80
    • gray-60
    • gray-40
    • gray-20
  • Aliases
    • primary

Secondary color: #f56600

  • Shades
    • orange-100
    • orange-80
    • orange-60
    • orange-40
    • orange-20
  • Aliases
    • secondary
    • accent

Changelog

This project adheres to Semantic Versioning. Please refer to the CHANGELOG.md for detailed changes and migration instructions.

License

MIT

Keywords

FAQs

Package last updated on 13 Dec 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc