Coder Social home page Coder Social logo

minireset.css's Issues

Make available via bower

Hey,

can you please make the package available via bower! That would be very awesome, thank you.

Question about UL and OL

Hey @jgthms, I hope you’re well.

I’m just wondering what the decisioning was for

ul {
  list-style: none;
}

But omitting ol from list-style: none?

Thanks.

Minireset conflict with custom styles

&:not([align])

I'm using a simple rule:

td
  text-align: center

since the rule in the minireset is more specific, it take precedence over mine.

I can easily solve this by modifing the minireset, but then what is the idea of using the minireset. I could use my own version, but the truth is that I dont even know what does the line that I removed.

This is an issue and a question...

What &:not([align]) does? I couldn't find anything on the web (I mean like, what exactly does?)

[media] - max-width

Hey @jgthms !
First, congrats for the project. Great idea.

About the media's content: how about adding iframe in the responsive declaration?

Something like that:

img,
embed,
object,
audio,
video,
iframe {
  height: auto;
  max-width: 100%;
}

Add a default background and color on :root?

So I wanted to suggest this because as it turns out, some browsers don't set the body's background to #FFFFFF or its colour to #000000 by default, this can happen on some browser themes or if the user set their own colours.

And this breaks many many websites, but many people who use settings and themes like that blame it on the devs of the website.

Since not a lot of devs are aware of this and yet most people would want to have a reliable background and text colour, maybe it would be a good idea to add

:root {
    background: #FFF;
    color: #000;
}

Since :root has the lowest CSS priority, it should not break anything, most people apply the background on html or body anyway.

I don't wanna debate on if those people are right or wrong to change their default background and text colour, there is also no actual HTML or CSS standards saying browsers should set the background to a certain colour as far as I'm aware, so it's not like they're 100% wrong.

I am not sure if this is in the minimalistic scope of your project, I do feel like it is because it is a very elemental reset that you could argue would help many websites out there. And that, if more people were aware of this, everyone would start their project by resetting the background and text colour.

[img] display: block

Hey,

how about adding this, to avoid the unwanted, very weird space below images. Or is this issue already covered with something else?

img{
    display: block; /* avoids space at bottom */
}

Trouble linking

Am I an idiot? I'm having trouble linking this like this:

<link rel="stylesheet" href="https://raw.githubusercontent.com/jgthms/minireset.css/master/minireset.css">

But works when I download and import locally. 🙉

Add bower support ?

Hello,
It could be great if this library can be loaded using bower

What do you think ?

*:before, *:after rules glitches MacOS Safari

*:before, *:after {box-sizing: inherit;} is causing some weird behaviour in MacOS Safari's webinspector:

Naamloos

For some reason I can't explain when inspecting the DOM in Safari :before and :after elements keep appearing and disappearing all the time without doing anything.

iframe height auto

Not 100% sure it's an issue but when I upgraded Bulma some of the social iframe buttons had too big of an height. See screenshot. If the height: auto is toggled off the Github button returned to its normal height.

screen shot 2019-02-10 at 8 24 54 am

Link: https://swiss-element.netlify.com/

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.