terminal.css/README.md

38 lines
905 B
Markdown
Raw Normal View History

2019-01-25 17:15:58 +01:00
# Terminal CSS
2019-01-26 11:39:07 +01:00
Modern and minimalistic CSS framework for *terminal* lovers ❤️.
Visit the website [terminalcss.xyz](https://terminalcss.xyz/)
2019-01-25 17:15:58 +01:00
## Goal
There are so many CSS frameworks out there with great features but most of them come at the cost of *bloated* html code. **Terminal CSS** is here for purists who want minimal overhead and maximal control.
## Credits
This project is heavily inspired by [@egoist's](https://egoist.sh/) work - [hack.css](https://hackcss.egoist.moe/)
## Usage
#### NPM
Install with `npm i terminal.css`.
```js
import 'terminal.css'
```
#### UNPKG CDN
2019-01-26 11:18:40 +01:00
The css is available via [CDN](https://unpkg.com/terminal.css@0.2.0/dist/terminal.min.css)
2019-01-25 17:15:58 +01:00
```html
2019-01-26 11:18:40 +01:00
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.2.0/dist/terminal.min.css" />
2019-01-25 17:15:58 +01:00
```
## Development
- `npm install`
- `npm run start`
## License
2019-01-26 11:39:07 +01:00
MIT © [Gioni06](https://github.com/Gioni06)