# 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: - Font size - Spacing - Colors - [modern-normalize](https://www.npmjs.com/package/modern-normalize) ## How to Use it In your project, include it like: ```css @import "ghost-css/src/app.css" ```