ghost-css/README.md

26 lines
686 B
Markdown
Raw Permalink Normal View History

2022-11-12 13:05:05 +01:00
# Ghost 👻
An abstract baseline css framework
## What is it?
Ghost is not a framework, it'S merely a set of css variables which provide a nice foundation for small css projects and constistent styling.
2022-11-13 11:46:04 +01:00
The premise of ghost is that it should **not be visible** in your project since it only consists of css variables. A the same time, these variables are available everywhere in your project, even in the live site!
2022-11-12 14:29:32 +01:00
2022-11-12 13:05:05 +01:00
## What does it include?
Ghost includes the following components:
- Font size
- Spacing
- Colors
2022-11-13 11:52:37 +01:00
- [modern-normalize](https://www.npmjs.com/package/modern-normalize)
2022-11-12 13:05:05 +01:00
2022-11-13 11:46:04 +01:00
## How to Use it
2022-11-13 11:46:04 +01:00
In your project, include it like:
```css
2022-11-13 11:46:04 +01:00
@import "ghost-css/src/app.css"
```