Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Sass ramdon output with decimals

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #168502
    hectorcalleja
    Participant

    Hi!

    I´m having an issue with Sass that is getting on my nerves :S

    I´m using Scout on a mac to make Sass watch the output

    I have a extend or a mixin with decimals, like this:

    %light-shadow-inset {
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1) ;
    -moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1) ;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1) ;
    }

    And the decimal on the rgba 0.1 get 0 from time to time. If I change it to .1 instead of 0.1 the output get correct, but ramdomly it gets 0 again on the output, and if I change it to the original 0.1 again it fix itself but the loops continues

    :(

    Help brothers!

    #168503
    Paulie_D
    Member

    This sounds like a setting issue in Scout.

    I could be wrong but wasn’t Scout ‘abandoned’ and no longer developed.

    You might want to try Prepros or Codekit.

    http://www.sitepoint.com/my-favorite-sass-tools/

    #168566
    hectorcalleja
    Participant

    Thanks Paulie, I´ve just installed Prepros and looks like is doing what a need :)

    Many, many thanks

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.