1.4.0 • Published 4 years ago

niceandsimple-css v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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'
1.4.0

4 years ago

1.3.12

4 years ago

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago