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

@chris-cross-crash/ck-css

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chris-cross-crash/ck-css

A few opinionated styles that I like to use in every one of my projects

  • 2.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

CK CSS

This stylesheet contains a few opinionated styles that I like to use in every one of my projects.

It should be used together with modern-normalize.css.

Installation

npm i modern-normalize @chris-cross-crash/ck-css

Then import it where you import your other css files:

import 'modern-normalize'
import '@chris-cross-crash/ck-css'

colors CSS Custom Properties

You can also import a nice set of colors from this package:

// Import the custom properties before your global styles.
import '@chris-cross-crash/ck-css/colors.css'
import '../styles/globals.css'
/* globals.css */
/* You can now use the colors here */

.btn {
  background-color: var(--teal-800);
  color: var(--white);
}

The colors are from Tailwind CSS v3.0.0-alpha.1 (MIT License):

Here is the Tailwind CSS color reference (it might differ slightly from this version).

FAQs

Package last updated on 07 Nov 2023

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