Giter Club home page Giter Club logo

Comments (5)

jgmcelwain avatar jgmcelwain commented on May 30, 2024

Perhaps have the initial stylesheet, then allow people to add plugin stylesheets that others write. Could end up being really powerful and community-driven, while still technically making inuit one file. :)

from inuit.css.

csswizardry avatar csswizardry commented on May 30, 2024

That’s kinda what you do anyway—you extend inuit.css with your own styles/plugins. I was hoping to avoid it ‘shipping’ with plugins… Seems like a more sensible option for the 12 cols stuff though.

from inuit.css.

derekr avatar derekr commented on May 30, 2024

Perhaps create a separate intuit plugins project that contain plugins you guys create or maybe a plugins package builder that generate a inuit package for specific requirements. eg I need a package with a 12col grid and with the default dark theme.

Also when I read the source, it seems that you guys are being very opinionated, so breaking out features in to separate files/plugins wouldn't make sense for the core project IMO.

from inuit.css.

csswizardry avatar csswizardry commented on May 30, 2024

Started looking into this this morning, somehow the media-queries weren’t executing/resolving from inside a file that’s imported. e.g.:

/* Normal desktop CSS */
p{
  color:red;
}

/* Tablet CSS */
p{
  color:blue;
}

/* Phone CSS */
p{
  color:green;
}

<p>This is always green, regardless of device resolution.</p>

I have no idea why this is, I’ll keep tinkering.

from inuit.css.

csswizardry avatar csswizardry commented on May 30, 2024

This was fixed by igloos!

from inuit.css.

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.