23
keerthi
8y

Haha 😂

Comments
  • 2
    vertical-align: middle;
    position: absolute;

    just my first guess lol
  • 1
    @whosliam what about
    align-items: center;
    justify-content: center;
  • 2
    @include vertical-align(absolute). I fucking love sass
  • 2
    @kolicaoleole I need to start getting into sass or less. any pointers?
  • 2
    @whosliam Use Compass as framework and scss as syntax. You will need ruby to run and install them. Sass official docs are pretty good and understandable. Good luck!
  • 2
    I'm currently doing devops work.. It's been almost a year since i worked on frontend.. I should learn sass too..
  • 5
    No compass or bourbon, please! Just go fpr libsass, it's ten times faster and more efficient. No need to load up tons of useless mixins when you can implement yourself the ones you need and use autoprefixer and postCSS for the rest.
  • 0
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
  • 0
    @rolle what about sprites, reset, output style customization and stuff like that?
  • 1
    @kolicaoleole Gulp or Grunt. I prefer Gulp.
Add Comment