# 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 ``` ## Development - `npm install` - `npm run start` ## License MIT © [Gioni06](https://github.com/Gioni06)