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

@markprompt/css

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markprompt/css

Common CSS for Markprompt components

  • 0.33.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
769
increased by27.53%
Maintainers
0
Weekly downloads
 
Created
Source

Markprompt CSS

Common CSS for Markprompt components.


Installation

npm install @markprompt/css

Usage

With a bundler:

import '@markprompt/css';

With a CDN:

<link
  rel="stylesheet"
  href="https://unpkg.com/@markprompt/css@0.22.0/markprompt.css"
/>

This package adds styling for various CSS classes. All styling is applied using the :where() pseudo class, so you can override all styling manually.

Documentation

The full documentation for the package can be found on the Markprompt docs.

Community

  • X

Authors

This library is created by the team behind Markprompt (@markprompt).

License

MIT © Markprompt

FAQs

Package last updated on 22 Nov 2024

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