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

@thumbtack/thumbprint-global-css

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thumbtack/thumbprint-global-css

Global reset, body, and anchor styling for building Thumbtack UI

  • 0.1.21
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Thumbprint Global CSS

A peer dependency of using Thumbprint React or SCSS components is the inclusion of the @thumbtack/thumbprint-global-css package.

The output of this package is a small CSS file and it should be the first file included in your project that uses Thumbprint components.

Installation

yarn add @thumbtack/thumbprint-global-css

SCSS usage

@import '[node_modules path]/@thumbtack/thumbprint-global-css/dist/thumbprint-global';

JavaScript usage

import '@thumbtack/thumbprint-global-css';

What's included

  • CSS Reset: Normalize styling for root all HTML elements.
  • <body> styles: Color, font, and line-height defaults for the body element.
  • <a> styles: Color and hover states default for the a element.

FAQs

Package last updated on 14 Mar 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