Giter Club home page Giter Club logo

Comments (8)

leejordan avatar leejordan commented on August 29, 2024

This is my personal preference. I always want to use box-sizing: border-box myself. Is it causing you problems?

from reflex.

frabonomi avatar frabonomi commented on August 29, 2024

I'm also a big fan of setting box-sizing to border-box as I consider it a best practice, but I'm working on a project with a large codebase that unfortunately has a lot of components relying on the fact that the default value is content-box.
Would you ever consider to make the rule specific to the grid and its children?

from reflex.

leejordan avatar leejordan commented on August 29, 2024

This is a fair point actually. I will consider changing this in the next version. In the meantime you could change this yourself fairly easily right? I guess it depends on how you are loading the scss/less/css.

from reflex.

frabonomi avatar frabonomi commented on August 29, 2024

Yes, in the meanwhile I can definitely do that. Thank you!

from reflex.

CydGoblin avatar CydGoblin commented on August 29, 2024

If it's a best practice to have box-sizing: border-box then it would be better to keep it like that and customize it when needed.

from reflex.

leejordan avatar leejordan commented on August 29, 2024

I don't see the harm in moving the box-sizing wildcard selector inside the grid as it ensures the grid's css is all self-contained without affecting anything outside the grid itself.

However, as most sites will already be using box-sizing: border-box; it does worry me that we'd have redundant properties inside this library but I feel like this is the best solution for the reason outlined above.

from reflex.

leejordan avatar leejordan commented on August 29, 2024

This is changed in commit 5a43751 to master and I will release a new version soon

from reflex.

frabonomi avatar frabonomi commented on August 29, 2024

Thanks @leejordan!

from reflex.

Related Issues (20)

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.