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

The Archive Base Latest Questions

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

How can we know if any website is using Sass and Compass for CSS?

  • 0

How can we know if any website is using Sass and Compass for CSS?

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

    That’s a though one, but I would take a look at the CSS files, IF the developers forgot about changing the output, you’ll be able to spot the file names and line numbers of the source files.

    If not, look for uncommon patterns in the CSS output, for instance SASS makes nesting very easy to do, so a selector could look like this in the CSS (you would never hand-write this long selectors)

    div#wrapper div#container ul#myId li a { color: blue; }
    div#wrapper div#container ul#myId li.sass a { color: red; }
    

    But would be look like this in SASS source file (no repetition, easy to getaway with)

    div#wrapper {
      div#container {
         ul#myId {
           li {
             a { color: blue; }
             &.sass {
               a { color: red; }
             }
           }
    
         }
      }
    }
    

    Also, look for lengthy class combinations, those come from using the @extend directive, that would look like this:

    .button, .button1, .button-submit, .button-add-to-cart, .button-signup, .button-register {
     display: inline-block; 
     }
    

    Another good idea is to look in the source of CSS3 generated buttons, usually developers only care for Firefox, Safari, Chrome and IE, but a SASS generated output will be REALLY verbose with a lot of vendor prefixes, including ones for Opera.

    Good luck!

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

Sidebar

Related Questions

Does anybody know how can I download a website using .NET? Is there any
I'm developing a website using php, i want to know how can i protect
As you know in any browser you can select a 'piece' of the website
Any know how can I do a search in SQL with including apostrophes? For
does anybody know any resources that I can refer to?
Do you know any tools that can run through the code and find defects
Does anyone know any good tool that I can use to perform stress tests
Why in java (I dont know any other programming languages) can an identifier not
In Windows Forms , you can know, at any time, the current position of
Does any one know how can I convert a BSTR to an int in

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.