Ghost 👻 - An abstract baseline css framework
Go to file
Inhji 97db0b8a85 rename app.css to ghost.css, consolidate all styles in that file 2023-02-19 22:23:43 +01:00
media init 2022-11-12 13:05:05 +01:00
src rename app.css to ghost.css, consolidate all styles in that file 2023-02-19 22:23:43 +01:00
DOCS.md separate documentation in DOCS.md 2022-11-13 11:46:04 +01:00
README.md include modern-normalize 2022-11-13 11:52:37 +01:00
package-lock.json init 2022-11-12 13:05:05 +01:00
package.json remove modern normalize as dependency 2023-02-19 22:22:17 +01:00

README.md

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.

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!

What does it include?

Ghost includes the following components:

How to Use it

In your project, include it like:

@import "ghost-css/src/app.css"