Giter Site home page Giter Site logo

Any plans for maintenance? about nib HOT 7 CLOSED

jamesplease avatar jamesplease commented on September 2, 2024 3
Any plans for maintenance?

from nib.

Comments (7)

seleckis avatar seleckis commented on September 2, 2024 1

Autoprefixer is now provided as a plugin of PostCSS. So you don't need to use it as a part of nib, but just configure PostCSS in your builder (gulp/grunt etc.) to parse your CSS with that plugin.

Or use autoprefixer-stylus plugin if you use stylus native command:

$ stylus < test.styl --use ../node_modules/autoprefixer-stylus --with "{ browsers: ['ie 7', 'ie 8'] }"

this is from documentation: http://stylus-lang.com/docs/executable.html

So there is no need to generate prefixes by nib. I suggest to remove this part.

from nib.

seleckis avatar seleckis commented on September 2, 2024

tumblr_n70jg16yna1qhc150o1_1280

from nib.

seleckis avatar seleckis commented on September 2, 2024

I think this is because of PostCSS. It just replaces a lot of mixins of nib.

from nib.

jamesplease avatar jamesplease commented on September 2, 2024

Makes sense, @seleckis . I never tried that out since nib had me covered. But lately it's just been disappointing me with these bugs I'm running into. Time to switch, I suppose! ✌️

from nib.

notslang avatar notslang commented on September 2, 2024

I plan to continue supporting this because I use it in several of my projects, I just haven't had much time to work on it... Though I'm happy to take PRs if there's anything you'd like to add!

from nib.

seleckis avatar seleckis commented on September 2, 2024

@slang800 so, what do you think about to remove old mixins which could be replaced by PostCSS Autoprefixer (which is mush more popular now) and make an accent on other useful mixins?

from nib.

notslang avatar notslang commented on September 2, 2024

I'm not sure about PostCSS (haven't used it enough), but I'd definitely like to handle vendor prefixing with Autoprefixer (see: #223)

from nib.

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.