mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
36 lines
838 B
Markdown
36 lines
838 B
Markdown
# Terminal CSS
|
|
|
|
Modern and minimalistic CSS framework for *terminal* lovers ❤️
|
|
|
|
## 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
|
|
|
|
The css is available via [CDN](https://unpkg.com/terminal.css@0.1.3/dist/terminal.min.css)
|
|
```html
|
|
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.1.3/dist/terminal.min.css" />
|
|
```
|
|
|
|
## Development
|
|
|
|
- `npm install`
|
|
- `npm run start`
|
|
|
|
## License
|
|
MIT © [Gioni06](https://github.com/Gioni06) |