unocss-preset-emmet
v0.0.1
Published
[![NPM](https://img.shields.io/npm/v/unocss-preset-emmet)](https://www.npmjs.com/package/unocss-preset-emmet) [![NPM](https://img.shields.io/npm/dw/unocss-preset-emmet.svg)](https://www.npmjs.com/package/unocss-preset-emmet) [![License](https://img.shield
Downloads
1,325
Readme
unocss-preset-emmet
Alpha version, please do not use in production.
Emmet-style presets, rules based on Emmet Cheat Sheet.
Example
<!-- font-size: 16px; -->
<p class="fw-16px">Emmet</p>
Usage
npm install -D unocss-preset-emmet
// unocss.config.js
import { defineConfig } from 'unocss'
import { presetEmmet } from 'unocss-preset-emmet'
export default defineConfig({
presets: [presetEmmet()],
})