Common CSS for Markprompt components
npm install @markprompt/cssCommon CSS for Markprompt components.
``sh`
npm install @markprompt/css
With a bundler:
`js`
import '@markprompt/css';
With a CDN:
`html`
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.
The full documentation for the package can be found on the
Markprompt docs.
- X
This library is created by the team behind Markprompt
(@markprompt).