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.
Authors
This library is created by the team behind Markprompt
(@markprompt).
License
MIT © Markprompt