Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@kellerkinder/tailwind-config
Advanced tools
This package provides the Kellerkinder TailwindCSS configuration.
This config has been developed and tested with the following requirements:
In order to install this configuration, run the following scripts in your NodeJS project:
$ npm i tailwindcss postcss autoprefixer @kellerkinder/tailwind-config
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
};
This preset offers the following features.
The plugins @tailwindcss/forms
is included in this configuration to provide out-of-the-box support for TailwindUI.
The Kellerkinder corporate identity colors are provided.
Primary color: #171c21
gray-100
gray-80
gray-60
gray-40
gray-20
primary
Secondary color: #f56600
orange-100
orange-80
orange-60
orange-40
orange-20
secondary
accent
This project adheres to Semantic Versioning. Please refer to the CHANGELOG.md for detailed changes and migration instructions.
MIT
[2.0.0] - 2021-12-13
empty
variants, since they are included with Tailwind 3FAQs
Kellerkinder corporate design tailwind config
The npm package @kellerkinder/tailwind-config receives a total of 0 weekly downloads. As such, @kellerkinder/tailwind-config popularity was classified as not popular.
We found that @kellerkinder/tailwind-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.