Skip to content

tomsoderlund/niceandsimple-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nice & Simple CSS framework

Demo: https://tomsoderlund.github.io/niceandsimple-css/

Design goals:

  • A good starting point for any web/mobile/PWA project.
  • Easy to customize. Example: change the color of button, and hover states are automatically updated (they use filter).
  • Clear interaction states for buttons etc.
  • Avoid weird classes* as much as possible, just use element names.
  • Lightweight (somewhat).
  • Compatible (somewhat).

*Exceptions: .fieldset (because of fieldset flexbox bug), .tag (tags/tokens), .flex (flexbox container for columns etc).

Todo

  • Lists
  • Code

Install

yarn add niceandsimple-css

Import in JavaScript

import '../node_modules/niceandsimple-css/niceandsimple.css'

Releases

No releases published

Packages

No packages published