Giter VIP home page Giter VIP logo

Comments (6)

flowonyx avatar flowonyx commented on August 9, 2024

By "This isn't functional" I assume you mean that you couldn't clone it using the url in the instructions, which I have updated. If you mean something else, please be more specific, because it works fine on my computers.

I will not be using nib because it adds an unnecessary layer of complexity to include it (unless I'm just stupid and don't see the simple way, which is very possible). [EDIT: Removed statement regarding the "dumb" vendor mixins, which are actually very "smart".] Also the clearfix mixin has "zoom: 1" instead of "*zoom: 1" and while I haven't looked at the difference myself, I trust the experts.

What I did do, was fix it so that if you want to include nib, it will not blow up as it did previously due to the linear-gradient mixin. If you see a way to fix these problems while including nib, by all means send me a pull request.

from bootstrap-h5bp-stylus.

tj avatar tj commented on August 9, 2024

nib doesn't blindly add prefixes to everything.. not sure where you get that. If opera doesn't support box-shadow we simply add ignore: o to nib.

from bootstrap-h5bp-stylus.

DAddYE avatar DAddYE commented on August 9, 2024

@visionmedia why dont you provide an official port of bootstrap (like others do with sass) ? This repo seems a good starting point. No?

from bootstrap-h5bp-stylus.

tj avatar tj commented on August 9, 2024

I dont use it, so I dont really have the time to invest in it. Once Stylus supports the client-side better like LESS there is almost no reason that bootstrap itself shouldn't be Stylus

from bootstrap-h5bp-stylus.

flowonyx avatar flowonyx commented on August 9, 2024

@visionmedia Then I certainly apologize for getting that wrong. I just realized that the npm installed version of nib is different from what is on github (the npm version doesn't have -o and -ms prefixes in the config's vendor-prefixes). But I just didn't notice the option for ignoring specific prefixes.

When I get time, I may try it again.

from bootstrap-h5bp-stylus.

tj avatar tj commented on August 9, 2024

in that case we would just change:

box-shadow()
  vendor('box-shadow', arguments)

to

box-shadow()
  vendor('box-shadow', arguments, ignore: o)

easy :) some of them I'm just not aware of because I don't bother with opera, I dont think I even have it installed anymore

from bootstrap-h5bp-stylus.

Related Issues (2)

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.