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 8309355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T19:05:31+00:00 2026-06-08T19:05:31+00:00

Is it possible to use variables to set relative paths in Sass? I’ve tried

  • 0

Is it possible to use variables to set relative paths in Sass? I’ve tried to do it but just keep getting errors.
In my admin css files I’m trying to avoid writing background(../../img/admin/img.jpg) for any images that need accessing from the css.
I’ve tried writing something like

$admin_img: '../../img/admin';
body {
    background: url($admin_img/background.png);
}

This code won’t work and keeps saying that it expects ‘)’ but found ‘.png);’

Is it possible to set the paths using variables and how can it be done?
Thanks

  • 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-08T19:05:34+00:00Added an answer on June 8, 2026 at 7:05 pm

    I think you need to interpolate the variable:

    $admin_img: '../../img/admin'; 
    body { 
        background: url(#{$admin_img}/background.png); 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to use jQuery's $.post function and have the cookies set in
Is it possible to use trans filter or path function dynamically?With variables as parameters?
Is it possible to use a behavior in Cakephp to set one of the
today, i am defining a set of variables in a hash that I use
Is it possible to use PHP variables inside a prepared mySQL query, such as:
Possible Duplicate: Easy way to use variables of enum types as string in C?
I was wondering if it is possible to use analyze-string and set multiple groups
Is it possible to use a variable in an object reference in Lua? For
I know it is possible to use a variable as a variable name for
Is it possible to get the value from a JavaScript variable and use this

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.