Git Product home page Git Product logo

Comments (2)

ptbello avatar ptbello commented on June 20, 2024

Ciao Sacha

Sono sulla strada giusta?

Può anche funzionare, ma in questo modo non sfrutti il potenziale nativo di bootstrap. Ci sono due modi migliori:

  1. Cambi l'id, ad esempio da #primary a #full-width, e gli assegni la classe di bootstrap .span12
  2. Cambi l'id, ad esempio da #primary a #full-width, e sfruttando il mixin che trovi in https://github.com/ptbello/_strap/blob/master/_strap.less#L38, gli assegni le caratteristiche di uno .span12 senza dover esplicitare la classe, basta aggiungere questa riga nel tuo style.less: #makeSemanticCol('#full-width', 12); e ricompilarlo; oppure meglio ancora senza cambiare l'id, gli assegni una classe tipo .full-width come hai fatto, e poi #makeSemanticCol('#primary.full-width', 12);

from _strap.

saxisme avatar saxisme commented on June 20, 2024

Ciao,

Ottimo, grazie, l'ultima soluzione mi sembra quella più pratica!

from _strap.

Related Issues (16)

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.