-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a795817
commit 77884f4
Showing
1 changed file
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,41 @@ | ||
<h1 align="center"> | ||
<img src="./docs/public/logo.png"> | ||
</h1> | ||
<p align="center">docs are almost done.</p> | ||
|
||
<h4 align="center"> | ||
<a href="https://klassco.cipherlogs.com/core-concepts/why-klassco">WHY</a> | | ||
<a href="https://klassco.cipherlogs.com">HOW</a> | | ||
<a href="https://klassco.cipherlogs.com/more/faq">FAQ</a> | ||
</h4> | ||
|
||
<br > | ||
|
||
|
||
<br /> | ||
|
||
# Klassco | ||
Just as JSX helps developpers avoid repetition using components, **Klassco** | ||
does the same to you css classnames. | ||
|
||
|
||
|
||
<br > | ||
|
||
## Installation | ||
The simplest and fastest way is to use npm | ||
|
||
```bash | ||
$ npm install -g klassco | ||
``` | ||
|
||
|
||
<br > | ||
|
||
## Usage && Documentation | ||
Get familiar with Klassco and the core concepts. [usage && | ||
docs](https://klassco.cipherlogs.com) | ||
|
||
|
||
|
||
<br /> | ||
|
||
## License | ||
This project is licensed under the GPL-3.0 License - see the | ||
[LICENSE](./LICENSE) file for details. |