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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:06:55+00:00 2026-05-28T03:06:55+00:00

From what I have read and tried, creating color constants in CSS alone is

  • 0

From what I have read and tried, creating color constants in CSS alone is not possible.

Apparently it needs to be generated server side using the constants.

I have two sets of colors that I want to use, depending on the branding. Yet I dont want to differnt style sheets, incase anything changes (which it does since Im still developing).

So Basically, I want a way to be able to define a color constant, with mybe an If statement around it?

So for example:

if (Setting1)
{ 
    color1 = #123534
    color2 = #223534
} 
else
{
    color1 = #553231
    color1 = #653231
}

And in the style sheet, i can call it easily.

background-color = color1

EDIT: Following one of the answers and using, http://www.dotlesscss.org/

I now have a style sheet linked as follows:

<link type="text/css" href="@Url.Content("~/Content/Site.less")" rel="stylesheet" />

Ive imported the dotless.core library. and added all the Webconfig references. Except <dotless
minifyCss="false"
cache="true" />
.(optional and unsure where it goes) What have I done wrong

  • 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-05-28T03:06:55+00:00Added an answer on May 28, 2026 at 3:06 am

    I would look at using something like dot.less

    This works great and installs as a nuget package easily:

    http://www.dotlesscss.org/

    You also get so much more than just constants

    What I do is create base files with constants in which then import the main file which refers to the defined constants. Then in the MVC view choose the base file depending on a setting.

    @Color1: #fff;
    @Color2: #000;
    
    /* import main css */
    @import "main.less";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have read the following properties from AD, TerminalServicesProfilePath TerminalServicesHomeDirectory TerminalServicesHomeDrive I've tried DirectoryEntry
I have read from some article that say's Apple doesn't approve the application which
From what I have read best practice is to have classes based on an
I have read (or perhaps heard from a colleague) that in .NET, TransactionScope can
I have read about session fixation and from what I understand it forces a
I have read this article from High Scalability about Stack Overflow and other large
I have read several documentations about building custom ErrorHandler (by inheriting from IErrorHandler). Unfortunately,
From the .net 4.0 previews I have read until now there has been lots
I have just switched from svn to mercurial and have read some tutorials about
I have to read data from some files and insert the data into different

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.