Skip to content

Commit

Permalink
Version 3.0.0-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Sep 24, 2024
1 parent 351e37e commit 34be0bc
Show file tree
Hide file tree
Showing 108 changed files with 648 additions and 258 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ modules:
- Sass
- DartSass
docset_module_name: swift-sass
title: Swift Sass v2.0.0
module_version: 2.0.0
title: Swift Sass v3.0.0-pre1
module_version: 3.0.0-pre1
merge_modules: true
custom_abstracts: SourceDocs/*md
topic_style: source-order-defs
Expand Down
4 changes: 2 additions & 2 deletions Sources/DartSass/Deprecation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ public enum Deprecation: Hashable, Sendable, CustomStringConvertible {
/// [call-string](https://sass-lang.com/documentation/js-api/interfaces/deprecations/#call_string)
case callString = "call-string"
/// [color-module-compat](https://sass-lang.com/documentation/js-api/interfaces/deprecations/#color_module_compat)
case cssFunctionMixin = "css-function-mixin"
/// [css-function-mixin](https://sass-lang.com/documentation/js-api/interfaces/deprecations/#css_function_mixin)
case colorModuleCompat = "color-module-compat"
/// [css-function-mixin](https://sass-lang.com/documentation/js-api/interfaces/deprecations/#css_function_mixin)
case cssFunctionMixin = "css-function-mixin"
/// [duplicate-var-flags](https://sass-lang.com/documentation/js-api/interfaces/deprecations/#duplicate_var_flags)
case duplicateVarFlags = "duplicate-var-flags"
/// [elseif](https://sass-lang.com/documentation/js-api/interfaces/deprecations/#elseif)
Expand Down
4 changes: 2 additions & 2 deletions docs/custom-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Custom Functions - Swift Sass v2.0.0</title>
<title>Custom Functions - Swift Sass v3.0.0-pre1</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="custom-functions.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v2.0.0</a>
Swift Sass v3.0.0-pre1</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/custom-importers.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Custom Importers - Swift Sass v2.0.0</title>
<title>Custom Importers - Swift Sass v3.0.0-pre1</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="custom-importers.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v2.0.0</a>
Swift Sass v3.0.0-pre1</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dart-sass.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Dart Sass - Swift Sass v2.0.0</title>
<title>Dart Sass - Swift Sass v3.0.0-pre1</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="dart-sass.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v2.0.0</a>
Swift Sass v3.0.0-pre1</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/compiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>Compiler - Swift Sass v2.0.0</title>
<title>Compiler - Swift Sass v3.0.0-pre1</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/compiler.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v2.0.0</a>
Swift Sass v3.0.0-pre1</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
12 changes: 6 additions & 6 deletions docs/dartsass/types/deprecation1.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>Deprecation - Swift Sass v2.0.0</title>
<title>Deprecation - Swift Sass v3.0.0-pre1</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/deprecation1.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v2.0.0</a>
Swift Sass v3.0.0-pre1</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down Expand Up @@ -703,7 +703,7 @@ <h1 class="j2-anchor">


<nav aria-label="item details" class="j2-main-item-nav">
<a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Deprecation.swift#L21-L98">Show on GitHub</a>
<a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Deprecation.swift#L21-L104">Show on GitHub</a>
</nav>


Expand Down Expand Up @@ -977,7 +977,7 @@ <h5>Declaration</h5>
</span>


<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Deprecation.swift#L40-L73">Show on GitHub</a></span>
<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Deprecation.swift#L40-L79">Show on GitHub</a></span>

</nav>
</div>
Expand Down Expand Up @@ -1049,7 +1049,7 @@ <h5>Declaration</h5>
<nav class="j2-item-nav" aria-label="item details">


<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Deprecation.swift#L79-L87">Show on GitHub</a></span>
<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Deprecation.swift#L85-L93">Show on GitHub</a></span>

</nav>
</div>
Expand Down Expand Up @@ -1109,7 +1109,7 @@ <h5>Declaration</h5>
<nav class="j2-item-nav" aria-label="item details">


<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Deprecation.swift#L92-L97">Show on GitHub</a></span>
<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Deprecation.swift#L98-L103">Show on GitHub</a></span>

</nav>
</div>
Expand Down
Loading

0 comments on commit 34be0bc

Please sign in to comment.