Ghost 👻 - An abstract baseline css framework
Find a file
2022-11-12 14:29:32 +01:00
media init 2022-11-12 13:05:05 +01:00
src add font-scale and spacing 2022-11-12 14:29:27 +01:00
package-lock.json init 2022-11-12 13:05:05 +01:00
package.json init 2022-11-12 13:05:05 +01:00
README.md more docs 2022-11-12 14:29:32 +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.

The premise of ghost is that it should not be visible in your project.

What does it include?

Ghost includes the following components:

  • Colors
  • Spacing
  • Flexbox
  • Font size

Font size

Configuration

The following values can be used to configure the font size:

:root {
	--text-scale: 1.2;
}

Colors

The included colors are taken from the great Tailwind.css.

Tailwind Palette