0.1.21 • Published 3 years ago

unocss-question-mark v0.1.21

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

unocss-question-mark

A plugin that provides a helpful ? dev time utility.

Demo: Unocss Playground

example

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

0.1.21

3 years ago

0.1.20

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago