Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaoluoboding/tailwind-pre-processor

An implementation of tailwindcss using less / stylus / Sass/SCSS.
https://github.com/xiaoluoboding/tailwind-pre-processor

less pre-processor sass scss stylus tailwindcss vite vue3

Last synced: 18 days ago
JSON representation

An implementation of tailwindcss using less / stylus / Sass/SCSS.

Awesome Lists containing this project

README

        

# Tailwind Pre-Processor

An implementation of tailwindcss using less / stylus / Sass/SCSS. Build on top of [Vite](https://github.com/vuejs/vite)

## Project setup

```bash
yarn
```

### Compiles and hot-reloads for development

```bash
yarn dev
```

### Compiles and minifies for production

```bash
yarn build
```

## Compile css

### Less

```bash
npm run lessc
```

### Stylus

```bash
npm run stylc
```

### Sass/SCSS

```bash
npm run sassc
```

## License

MIT