Coder Social home page Coder Social logo

flexbox-framework's Introduction

Fernando's GitHub Banner

Hello there, I'm Fernando

fclaussen

Director of Engineering at Trew Knowledge

Twitter Link Linkedin Link Instagram Link

My goal is to help make the developer experience a pleasant one.
I believe we can empower a whole generation of new developers by properly documenting our learnings and code.

๐Ÿ”ญ Iโ€™m currently working on AI tools, processes and documentation

๐Ÿ“ I sometimes write articles on fernandoclaussen.com

Trophies

trophy

flexbox-framework's People

Contributors

fclaussen 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

Watchers

 avatar  avatar  avatar

flexbox-framework's Issues

Two things to improve

Hi.
First of all thank you. I tried most of flexbox grids out of there and this is best (maybe cause i'm using Foundation for a while). But as i tried to make it work i had to fix 2 things.

I don't use compass so i got error that mixin for box-sizing is missing. Would be great if you add it since it's only 4 lines of code.

Also i found that my content overflow far away beyond viewpoint even if width was set. Simply changed width: grid-calc($i, $total-columns) part to max-width to fix that. Maybe it was something with my css (or rather lack of it) but still i think max-width is more reliable.

@up
Also a question. Can classes like large-middle be asigned to not only rows but also columns ? Since id doesn't seems to work now.

@up
And another thing (i will probably be editing this issue few more times...). Can you make off-canvas fixed and scrollable ? Thanks

@up
Also i don't really get how does "automatic" part work. Does each column need to have size class even if all of them doing the same ? Changed it for row class with i think is better :

.row.auto > * {
    flex: auto;
}

@up
And there's still more... I really liked how in Foundation you don't needed to specify all grid classes like (large-6 medium-4 small-12). You could skip small-12 because at default column was at 100% but using your grid if i miss it it overflow. Temporary fixed it using:

.row > * { max-width: 100%; }
or
.row > * { width: initial; }
or even
.row > * { min-width: 0; }

before generated size classes. I know i'm trying to make it working more like Foundation but i'm used to it already and it's easier to do this than getting used to anything new.

Once again thanks for great framework and keep it up !

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.