Giter Club home page Giter Club logo

Comments (7)

KittyGiraudel avatar KittyGiraudel commented on May 15, 2024

Why do you mean by responsive rules?

from sass-boilerplate.

Kcko avatar Kcko commented on May 15, 2024

I like to have common set of responsive rules

/* Very common responsive rules
---------------------------------------------------------------------------------------------------- */

img 
{
    max-width: 100%;
    height: auto;
}


@media \0screen 
{
    img 
    { 
        width: auto; /*  ie 8 */
    }
}

This file i missing in your awesome skelet.

from sass-boilerplate.

KittyGiraudel avatar KittyGiraudel commented on May 15, 2024

Oh. I guess I would put it in base/base.

from sass-boilerplate.

Kcko avatar Kcko commented on May 15, 2024

My opinion is separate file in /base ... ; but thx :)

from sass-boilerplate.

Kcko avatar Kcko commented on May 15, 2024

Hugo, I have one last question.

Whats different between _base.scss and _typography.scss. I think that are equals. Styles for body, H1-H6, commons para etc can be inserted in both.

Can you show me some god example (that i understand distinction).

Thx very much

from sass-boilerplate.

KittyGiraudel avatar KittyGiraudel commented on May 15, 2024

In _typography.scss, you will stuff everything related to your typography: font styles for headings, content elements, your modular scale, etc.

In _base.scss, you could have some browser resets, the box-sizing reset, and various rules targeting default elements that are not related to typography.

from sass-boilerplate.

Kcko avatar Kcko commented on May 15, 2024

+1 :-)

S pozdravem

Roman Janko
Frontend Specialist / PHP Developer

gsm: [+420] 777 856 657
email: [email protected] mailto:[email protected]
icq: 176-031-471
www: rjwebdesign.cz http://rjwebdesign.cz
linkedin: linkedin.com/in/romanjanko
http://www.linkedin.com/in/romanjanko
twitter: twitter.com/RomanJanko https://twitter.com/RomanJanko

Rjwebdesign logo

Dne 2.12.2015 v 14:42 Hugo Giraudel napsal(a):

In |_typography.scss|, you will stuff everything related to your
typography: font styles for headings, content elements, your modular
scale, etc.

In |_base.scss|, you could have some browser resets, the box-sizing
reset, and various rules targeting default elements that are not
related to typography.


Reply to this email directly or view it on GitHub
#11 (comment).

from sass-boilerplate.

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.