Git Product home page Git Product logo

sscaffold-css's Issues

Normalize <dialog> elements

Looks like the three major browsers aren't handling elements in the same way. Chrome is rendering them pretty much the way someone might expect; Firefox is requiring rules to be written to match Chrome's rendering; and Edge is requiring a little additional effort when there are rules present for fixing Firefox's behavior.

Text size in uncomfortably large by-default

When I visit the demo page I had to turn zoom down to 67% because the font size and column length was simply too large, both for myself and when just comparing to other sites. I'm using a 19" 5:4 1280x1024 monitor and I suspect that might be one of the causes.

This problem however does not exist with sites I've seen that use just Skeleton. Also mentioning just in case that Medium suffers from the same issue.

Is there a way to have in-flow children that wrap to the next line if there are too many?

I'm accustomed to setting up something like this in Bootstrap:

div.row
   div.col-md-4
   div.col-md-4
   div.col-md-4
   div.col-md-4

and having it render like this:

+----------+  +----------+  +----------+  

+----------+  +----------+  +----------+  
+----------+  

+----------+  

But when I use columns four on my in-flow children of row, not matter how many of them I add to the row, they just budge up and never wrap to the next line. Eventually they become too narrow to read.

I'd rather not have to calculate the layout in my Rails app, I'd rather just stuff all the children in the container and let the stylesheet work out the display details.

Is this possible?

Thanks very much for a super-svelte and understandable framework!

Add accessibility testing

Please add some testing for people with vision impairment, along with making sure the best practices you propose don't mess with things like screen readers.

I bring this up because quite a few people have complained about the very low contrast between your default text and background, along with the default font's weight, and I agree with them.

I'm also not sure why the default font color is slightly blue shifted, but that's personal preference. I'd like to see it grayscale.

Publish on npm/bower?

Please consider publishing on npm (maybe bower as well?) so we can manage versions using standard tools.

`div.row > div.six.columns` (or other sizes) doesn't seem to break to block (100%) on Safari iOS

I designed / coded a page and in Chrome it's fine (tested using the responsive mode, aka device toolbar), but when I use on my actual phone, the div.row > div.six.columns doesn't seem to ocupy 100% of the width, breaking the whole viewport :( is it because of the @media queries using ppi instead of pixels? ( @media only screen and (max-resolution: 119dpi) and (min-resolution: 91dpi), not all html )

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.