https://github.com/givensuman/retro.css
A 60s-themed CSS kit
https://github.com/givensuman/retro.css
Last synced: 3 months ago
JSON representation
A 60s-themed CSS kit
- Host: GitHub
- URL: https://github.com/givensuman/retro.css
- Owner: givensuman
- Created: 2022-06-09T17:09:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T19:49:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T00:32:40.665Z (4 months ago)
- Language: SCSS
- Homepage: https://retrocss.netlify.app
- Size: 580 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retro.css
### A CSS kit from the sixties ✌---
To install with node, run
```
# with npm
npm install retro.css
# or, with yarn
yarn add retro.css
```
and import the main stylesheet.
```
// JS
import 'retro.css/css/index.min.css';
/* CSS */
@import 'retro.css/css/index.min.css';
```Or, use degit to add the library directly:
```
# cd into an empty folder first!
npx degit givensuman/retro.css/dist
```
and import accordingly.Visit the docs for class coverage and examples [here](https://retrocss.netlify.app "Retro.css docs").