guygubaby / cssup

Bundle css using lightning css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cssup

NPM version

Get Started

Install

pnpm i @bryce-loskie/cssup -D

In cssup.config.ts

import { defineConfig } from '@bryce-loskie/cssup'

export default defineConfig({
  entryPoints: './src/index.css',
  outputDir: 'dist',
  minify: false,
  sourceMap: true,
})

License

MIT License © 2023 guygubaby

About

Bundle css using lightning css

License:MIT License


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%