Code Monkey home page Code Monkey logo

lemonade's People

Contributors

borjadv avatar daviddarnes avatar davidpots avatar drac avatar joe-fueled avatar jshawl avatar licentious avatar momoiroshikibu avatar quagliero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lemonade's Issues

Bower support

It would be really nice if this could be installed (and upgraded) as a Bower package. :)

Thanks in advance!

CDN support

Would you mind adding CDN support? ๐Ÿ˜€

Fails when using different html elements

When I try to use two different elements like this

<div class="frame">
  <header class="bit-2">Should be left</header>
  <main class="bit-2">Should be right</main>
</div>

They get switched the other way because the selector [class*='bit-']:last-of-type matches both of them.

example

Have a nice day

V2

Currently about to start working on version two, If you have any requests/suggestions please let me know below.

Thanks :)

Row with different column sizes

Hello, thanks for making the grid. It looks very good and I'm trying it on a responsive website that I'm making during these days.

I've got a question for you: is it possible to have columns with different sizes on a single row (frame)?

Like this:

[__2x__] [_1x_] [_1x_] [_1x_]

Thanks

Nicholas

last-of-type float right?

Any reason for:

/* Floats last ".bit-" to the right */
[class*='bit-']:last-of-type {
  float: right;
}

?

It seems like left/centering would be better.

Photoshop Grid Template

This may sound silly or too simple but I am confused in calculating the width of a column and its gutter.

Let's say for a 1024, what is the width of the column and its gutter width?

I just used 65px for the column width and 10px for the gutter width. I'll close this issue now.

What's next?

Hey,

I'm sat here wondering whats next for Lemonade. As it stands it is just a 12 column grid where you can define new columns. Do we need more than that? Do we need an optional stylesheet with a basic reset, styled buttons and typography?

What do you want to see?

Thank you :)

Drop floats for inline-block

Thought I'd open this up for discussion.

Idea: get rid of the frames, convert floats to inline-block. That way you don't need the extra divs for rows, and then you just change the "bit-" style to:

[class*='bit-'] {
display:inline-block;
padding: 5px;
margin-right: -.25em;
vertical-align: top;
}

Seems even simpler and works like a champ for me. Is there any reason not to do this?

*lifting this idea from toast, http://daneden.me/toast/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.