Git Product home page Git Product logo

Comments (10)

tobeycodes avatar tobeycodes commented on June 19, 2024

I think it makes more sense if someone else at Lift works on these changes as my knowledge of this framework is limited to only working on the ascension theme but there are a lot of things that have definitely slowed down development

from primer.

fjarrett avatar fjarrett commented on June 19, 2024

Just a note that our min requirement is IE8

from primer.

tobeycodes avatar tobeycodes commented on June 19, 2024

@fjarrett Ok. I've removed the suggestion to use flexbox, maybe it's a little early :)

Susy or Bourbon Neat both will work on IE8 with https://github.com/keithclark/selectivizr

from primer.

tobeycodes avatar tobeycodes commented on June 19, 2024

@chriswallace I would consider this a priority going forward, since all the other child themes will need to be fixed for the same reasons. It's blocking things like #11 because the typography.scss imports the global mixins that has all the variables repeated which somehow causes a bug for the editor to automatically grow in height with each return.

from primer.

tobeycodes avatar tobeycodes commented on June 19, 2024

@chriswallace These changes to the scss broke some things. Here's what I've noticed

  1. There was a background of #f1f1f1 but now there isn't a default background so it the white area around the content isn't visible since they are both white
  2. no background on inputs/textarea
  3. no padding on code
  4. no padding on blockquote. needs to work both for floated left and right

from primer.

fjarrett avatar fjarrett commented on June 19, 2024

I'm really not happy with the current SCSS implementation. The more I dig, the deeper into the rabbit hole I go.

from primer.

tobeycodes avatar tobeycodes commented on June 19, 2024

@fjarrett there aren't really any things I like about it either. It's actually slowed down development a lot because it's written so badly. I'd rather scrap it entirely but it's not a quick fix

from primer.

fjarrett avatar fjarrett commented on June 19, 2024

It's making me nervous doing all this child theme work on top of this spaghetti parent SCSS....

from primer.

tobeycodes avatar tobeycodes commented on June 19, 2024

Which is kinda why I gave up using it... My plan was to port this backwards afterwards.

It's very much a WIP, so it's a little messy. But you can litterally build a child theme in a 1/10th of the time if you don't waste time on the parent SCSS crap

https://github.com/LiftUX/stout-theme/tree/master/.dev/sass

from primer.

tobeycodes avatar tobeycodes commented on June 19, 2024

One thing that gets to me the most is the html structure

.xyz-class > .xyz-wrapper > .xyz-wrapper-inner

There is no need to define a unique wrapper and inner for each block. You just need a single container class that can be used anywhere

from primer.

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.