Skip to content

pmapcat/wireframecss

Repository files navigation

Wireframe CSS

Documentation and compilled styles are available here

Minified CSS

Colors take up the most space. The library with color will take 7.6K gzipped And without color it will only take 1.6K gzipped

The reasons behind the implementation

These are the classes that I find useful most of the time when working with CSS. Although, some of the frameworks have similar helpers, not all of them have all those that I need. And they tend to name things differently there.

Some of the other implementations might require pipelines that differ from this particular workflow.

Tips

Use -angry suffix to override your framework defaults (add !important ) to the selected rules For example: .qq-cut-bottom becomes turns into .qq-cut-bottom-angry

Showcase (mostly my stuff here)

Running and customization

You will need Leiningen 2.0.0 or above installed. You will also need Tmuxinator

Then

git clone github.com/MichaelLeachim/wireframecss; 
cd wireframecss;
tmuxinator .

Several things to play with in conf.clj:

  • Scaling units, default are [0.5em, 1em, 1.5em, 2.5em, 4em, 6.5em, 10.5em]
  • Amount of available drills, defaults are 6

TODO

  • Make explode/expand blocks that defy their container constraints through the use of negative margins.
    • Figure out how to make it work nicely on mobile
  • Make :hover accents for colors and backgrounds
  • Implement color engine:
    • complementary/adjacent
    • adjacent colors
    • grayscale
  • Make online configuring tool

About

A set of framework agnostic CSS primitives for fast prototyping

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published