Skip to content
#

sass-framework

sass logo

Sass is a stylesheet language with a main implementation in Ruby. It is an extension of CSS that makes improvements to the old stylesheet format, such as being able to declare variables and using a cleaner nesting syntax.

Here are 239 public repositories matching this topic...

chatwoot
rfinkley
rfinkley commented Mar 14, 2020

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [x ] I am running the latest version
  • [x ] I checked the documentation and found no answer
  • [x ] I checked to make sure that this issue has not already been filed
  • [x ] I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

At the desired

taurean
taurean commented Jan 8, 2020

One of the latest SASS features is when using @forward or @use to import a file, it is automatically namespaced via it's file name (see docs).

This can be overridden as well, either by providing a new namespace (via @use "something" as example;) or by making the namespace universal essentially eliminating it (via `@use "something" as

Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein

Released November 28, 2006

Latest release over 4 years ago

Repository
sass/sass
Website
sass-lang.com
Wikipedia
Wikipedia
You can’t perform that action at this time.