0.1.21 • Published 3 years ago
unocss-question-mark v0.1.21
unocss-question-mark
A plugin that provides a helpful ?
dev time utility.
Demo: Unocss Playground
Installation
Install the plugin from npm:
# Using npm
npm install unocss-question-mark
# Using Yarn
yarn add unocss-question-mark
import { defineConfig } from 'unocss'
import unoQuestionMark from 'unocss-preset-scalpel'
export default defineConfig({
presets: [
unoQuestionMark()
],
})
Usage
Simply add the ?
utility class to any element that you'd like to highlight.
Demo: Unocss Playground