Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8857033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:29:43+00:00 2026-06-14T14:29:43+00:00

I have the Sass plugin added for my Visual Studio (web workbench). It’s nice

  • 0

I have the Sass plugin added for my Visual Studio (web workbench). It’s nice because once I save the .scss file the css file is generated right away. Anyway, I have an IE ‘filter:’ set up and the Sass compiler is adding extra space.

My variables:

$blueColor: 5993D3; 
$lightColor: FFFFFF;

My mixin:
(the light color is white and would be identical on all the calls that is why it’s not being passed as a variable)

@mixin filterIE($startColor) {
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#FF#{$startColor}', EndColorStr='#00#{$lightColor}');
}

My include:

@include filterIE($blueColor);

The problem is output. It puts an extra space in it (notice the 3 in the StartColorStr. No matter what I try it adds a space. I have a few other of these on the page and they work fine.

filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FF5993D 3', EndColorStr='#00FFFFFF');

You can see the lightColor works fine. No spaces. Any thoughts?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:29:45+00:00Added an answer on June 14, 2026 at 2:29 pm

    I think the problem is that SASS doesn’t understand correctly the data type of the $blueColor variable (it’s not a hex color as it doesn’t start with #, and if you change the first character with a letter the space doesn’t appear).

    Fix it by adding quotes to the variable

    $blueColor: "5993D3";
    

    which will not anyway appear in the output as you are already using interpolation #{} in the mixin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying out the Susy plugin for Compass ( SASS ), but
I use sass --watch scss:css to have Sass automatically create CSS files (and put
I'm currently using Mindscape Web Workbench to create css from sass. I'm using an
I have recently started using SASS in my web development. Thus far, I've found
I just started to using sass/scss and i have a small issue. Let's assume
I have packages SASS and SCSS installed. SCSS provides the syntax highlight while SASS
I am getting cannot load such file -- bootstrap/sass I have installed bootstrap-sass-2.0.3.1, sass-3.1.18,
I have compass installed but when I try to watch the SASS file I
I have installed Ruby and http://mhs.github.com/scout-app/ for compile sass file. in sublime text 2
Just have read sass changelog and found out that FSSM (the gem that had

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.