Skip to content

Rapidly build efficient sites with Neat, the minimalist css framework.

License

Notifications You must be signed in to change notification settings

MathFrenchToast/neatcss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNeat CSS

CNeat is a Colored version of Neat Neat is a minimalist css framework. See neat.joeldare.com for a demo, documentation and rationale. Keep in mind that the website is using the current release, not the master branch.

NeatCSS Screenshot

colors

Introduced colors are inspired from other framework like 'bootstrap'.

:root {
    color-scheme: dark light;
    --light: #fff;
    --dark: #404040;
    --gray: #cbcbcb;
    --success: rgb(28, 184, 65);
    --error:rgb(202, 60, 60);
    --warning:rgb(223, 117, 20);
    --secondary:rgb(66, 184, 221);
}

other additions

.label class for small tags

About

Rapidly build efficient sites with Neat, the minimalist css framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.6%
  • CSS 22.6%
  • Shell 5.8%