@markprompt/css
v0.33.0
Published
Common CSS for Markprompt components
Downloads
2,889
Readme
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/[email protected]/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
Authors
This library is created by the team behind Markprompt (@markprompt).