Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ulughann/kyoshin
- Owner: ulughann
- Created: 2023-08-17T07:14:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T16:07:11.000Z (7 months ago)
- Last Synced: 2024-09-11T22:38:25.122Z (2 months ago)
- Topics: bootstrap, bulma, class, css, css-framework, css3, tailwind, tailwindcss, utility-classes
- Language: JavaScript
- Homepage:
- Size: 453 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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">
```