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

https://github.com/andrewarrow/byline

vim inspired editor for tailwindcss specific content.
https://github.com/andrewarrow/byline

css tailwindcss vim

Last synced: 3 months ago
JSON representation

vim inspired editor for tailwindcss specific content.

Awesome Lists containing this project

README

          

# byline

vim inspired editor for tailwindcss specific content.

![wefw](https://i.imgur.com/gQPd0kO.png)

# how to use

use normal vim commands to edit

Use [Enter] in command mode to focus on a specific tag.

# video demo

[![byline Video Demo](https://img.youtube.com/vi/E0dd9SzI9Ro/0.jpg)](https://www.youtube.com/watch?v=E0dd9SzI9Ro)

# special features for tailwind

https://heroicons.com/

https://feathericons.com/

https://daisyui.com/components/accordion/

coming soon...

```
div p-3
div bg-red-900 p-3
div flex items-center
div
left
div w-full flex justify-center
div bg-r w-32 h-32 border
center
div
right
```