Giter VIP home page Giter VIP logo

Comments (3)

dhg avatar dhg commented on September 28, 2024

@hadley Good suggestion, but outside the scope of Skeleton. I never intended for print styles to be a part of Skeleton (although I would encourage people to create one if their site is likely to be printed).

Thanks for the suggestion, but I don't feel like it matches with the purpose of Skeleton.

Cheers,
Dave

from skeleton.

hadley avatar hadley commented on September 28, 2024

I think it's reasonable to expect that print a webpage prints the entire webpage, not something with cutoff edges. I don't expect skeleton to support a full on print style sheet, but including the minimum so the page can actually be printed would be useful.

from skeleton.

ndarville avatar ndarville commented on September 28, 2024

Here is a really simple print.css/@media print that ought should 99% of people’s needs, in case they search for a similar issue and aren’t comfortable with CSS:

.column,
.columns {
    width: 100% !important; /** 100% of 85% container */
    margin-left: 0% !important;
    page-break-inside: avoid;

In use at https://ndarville.com/projects/slack.

You might want to reduce font sizes amongst other things, but people can probably take it from here. :)

from skeleton.

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.