GithubHelp home page GithubHelp logo

Comments (8)

GaryJones avatar GaryJones commented on August 16, 2024

I guess this must be a new feature.

Would it not be worth you ensuring you're using the latest version of Sass, before reporting a bug like this?

from sass-bootstrap-defunct.

greg0ire avatar greg0ire commented on August 16, 2024

That's the problem, I'm not using sass. I use the latest version of scssphp, which implements SCSS 3.1.20 . I'm not suggesting that you fix what I think is not a bug at all. I'm suggesting that you warn users in your README, like this

We are using SCSS x.y.z syntax

from sass-bootstrap-defunct.

GaryJones avatar GaryJones commented on August 16, 2024

This isn't my project, but a fair enough comment. As the majority of folks would be able to update to the latest release fairly easily, it's sensible to assume that this and other Sass projects may rely on the latest version being available. It's up to the project owner to decide if a comment on the readme is needed (one more thing to maintain), but you should nudge the scssphp project can be bumped to the latest version, if you've not already.

from sass-bootstrap-defunct.

greg0ire avatar greg0ire commented on August 16, 2024

They clearly state that they implement 3.1.20 on their homepage, so I assumed they are not planning to bump to the latest version soon and moved on to sass 3.2.5 . I think you could either say that the latest version of sass is required, or list sass installations known to work well with sass-twitter-bootstrap .

from sass-bootstrap-defunct.

robocoder avatar robocoder commented on August 16, 2024

Is this moot? The latest scssphp code takes this:

@mixin test($color, $textShadow: 0 -1px 0 rgba(0,0,0,.25)) {
  border-color: darken($color, 15%);
  text-shadow: $textShadow;
}

div {
    @include test(red);
}

and outputs:

div {
  border-color: #b30000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }

from sass-bootstrap-defunct.

dev-mraj avatar dev-mraj commented on August 16, 2024

i am using ruby sass, any set my env to compile sass on local and no compilation on server,
and i test your code, its working fine, you sholud also test it with latest version of sass in ruby,

from sass-bootstrap-defunct.

greg0ire avatar greg0ire commented on August 16, 2024

Ok, I guess I did something wrong then.

from sass-bootstrap-defunct.

Flask avatar Flask commented on August 16, 2024

I have to agree with greg0ire. In my case it was a bit of a pain, to figure out which tag is compatible to e.g. sass v3.1.19.
@GaryJones Indeed I'm able to use the latest version on my local dev environment, but when it comes to my prod environment, I'm not willing to install make-utils as gcc etc. Especially for people using debian or debian based systems its pretty hard to get an up-to-date version of sass.

from sass-bootstrap-defunct.

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.