mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 09:09:04 -04:00
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1) Signed-off-by: dependabot[bot] <support@github.com>
Terminal CSS
Modern and minimal CSS framework for terminal lovers. Visit the website terminalcss.xyz
Project Goals
Terminal CSS has no overhead and is lightweight (~3k gzip). The source is written in pure css to be accessible for everybody and easy to contribute.
Markdown ❤️ Terminal CSS
It's perfect for your personal website, blog, or side project.
How to use
When using something like Webpack just install with npm i terminal.css
.
import 'terminal.css'
Terminal CSS is also available via CDN
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.6.6/dist/terminal.min.css" />
Themes
To create your own theme just open the dev-tools and edit the CSS Variables. Copy and paste it to your website. Done!
Development
npm install
npm run start
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT © Gioni06
Languages
HTML
55.7%
CSS
25.4%
Go
14.8%
JavaScript
2.4%
Shell
1.7%