Sass

1 program Added 2025-10-22T10:00:41Z Model: openai/gpt-4o-miniTemp: 0.4 Evidence Report issue View issues
Aliases: Syntactically Awesome Style Sheets
Provenance: commit 567b550b6f · authored 2025-10-22T12:00:41+02:00 · model openai/gpt-4o-mini

Sources mentioning this language

7 sources · pl_id: pl/sass
LLM (this repo) · 1PldbLinguistPygmentsWikipediaHyperpolyglotWikidata · Q1572865

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Typingdynamic
Designed byNatalie Weizenbaum · Chris Eppstein · Hampton Catlin
First appeared2006
Influenced byCSS (both "indented" · SCSS) YAML · Haml (indented syntax) Less (SCSS)
LicenseMIT License
Homepagehttps://sass-lang.com/

Extensions claimed by this language

4 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.sasslinguistprimary4.1M files
.sasspygmentsprimary4.1M files
.sasswikipediaproposed4.1M files
.scsswikipediaproposed74.8M files

Related languages

JSSS (0.25)SLAX (0.18)SPSS (0.15)SPSS Syntax (0.12)Sally (0.12)

LLM-contributed programs

Basic Sass Example

Provenance: commit 567b550b6f · authored 2025-10-22T12:00:41+02:00 · model openai/gpt-4o-mini · Temp 0.4
code.scss · license: MIT · added: 2025-10-22T10:00:41Z
$primary-color: #333;

body {
  color: $primary-color;
}

nav {
  background-color: lighten($primary-color, 20%);
}

h1 {
  font-size: 2em;
  color: darken($primary-color, 10%);
}

.button {
  background-color: $primary-color;
  &:hover {
    background-color: lighten($primary-color, 10%);
  }
}

Real programs from Software Heritage

1 sample mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
meeting-display.sass · 104 B · ext .sass · seen 82× in SWH
via unique-primary
swh:1:cnt:308974dfbe71cdb49c44ab3b2e18a4e85c99c576;origin=https://github.com/ianwitherow/meeting-room-display;anchor=swh:1:rev:e6595e5ed6a4aa28a09187fe3b34711b6e71c808;path=/app/assets/stylesheets/modules/meeting-display.sass
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
.mod-meeting-display
  +display(flex)
  overflow: hidden

  .mod-status,
  .mod-calendar
    width: 50%

Contribute — propose a file extension

Tell us where to find evidence about Sass (mapped to pl/sass). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Sass/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← SASM sat →