Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ulughann/kyoshin

Tiny (22KiB), CSS framework designed to make web development more tolerable, insipired by TailwindCSS.
https://github.com/ulughann/kyoshin

bootstrap bulma class css css-framework css3 tailwind tailwindcss utility-classes

Last synced: about 5 hours ago
JSON representation

Tiny (22KiB), CSS framework designed to make web development more tolerable, insipired by TailwindCSS.

Awesome Lists containing this project

README

        

![Logo](LOGO.png)

If Tailwind is a car, Kyoshin is a steering wheel that forms a car (framework) with your favorite Engine (CSS framework).

## Features
- **No build step**: Kyoshin builds your CSS using client-side JavaScript. This means you can use Kyoshin without setting up a complicated build pipeline, just include it as a `` tag in your HTML and get started.
- **Tailwind Compatible**: Kyoshin tries to be compatible with TailwindCSS standarts, so you can use it without having to re-learn everything.
- **Use with a CSS framework**: Remember boostrap and bulma? You can simply add Kyoshin to your project and use it as a compliment with your favorite CSS framework.

## Start with a single script tag
```html
<script src="https://cdn.jsdelivr.net/gh/onrirr/Kyoshin@latest/dist/kyoshin.min.js">
```