niceandsimple-css

1.4.0 • Public • Published

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'

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.00latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.00
1.3.120
1.3.110
1.3.100
1.3.90
1.3.80
1.3.60
1.3.50
1.3.40
1.3.30
1.3.20
1.3.10
1.3.00
1.2.00
1.1.00
1.0.00

Package Sidebar

Install

npm i niceandsimple-css

Weekly Downloads

0

Version

1.4.0

License

MIT

Unpacked Size

9.21 kB

Total Files

5

Last publish

Collaborators

  • tomsoderlund