Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sass deprecation upgrade #4172

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions css/blog.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
---

@use "sass:color";
@import 'variables';
@use 'sass:color';

@mixin button {
color: black;
Expand Down
3 changes: 0 additions & 3 deletions css/communityextensions.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
---

$ce_purple: #A293FF;
$ce_purplelight: #f2f0fe;

Expand Down
3 changes: 0 additions & 3 deletions css/communityextensions_screenshot.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
---

$ce_purple: #A293FF;
$ce_purplelight: #f2f0fe;

Expand Down
3 changes: 0 additions & 3 deletions css/copy_button.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
---

pre.highlight > button,
.highlight button.copy{
position: absolute;
Expand Down
5 changes: 0 additions & 5 deletions css/darkmode.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
---

@import 'variables';

html.disable-transitions * {
transition: none !important;
}
Expand Down
5 changes: 0 additions & 5 deletions css/docu.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
---

@import 'variables';

body{
background: var(--main-body-background-color, #FAFAFA);
font-size: 100%;
Expand Down
4 changes: 0 additions & 4 deletions css/foundation.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
---
@import 'variables';

/** ADDITIONAL CSS FOR FOUNDATION PAGE **/

@mixin button {
Expand Down
12 changes: 1 addition & 11 deletions css/home.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
---
---



/** DUCKDB HOME CSS **/

@use "sass:color";
@import 'variables';
@import 'mixins';

@use 'sass:color';

body.landing{
font-size: $fontSizep;
Expand Down
6 changes: 1 addition & 5 deletions css/main.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
---

@use "sass:color";
@import 'variables';
@use 'sass:color';

/** DUCKDB MAIN CSS **/

Expand Down
3 changes: 0 additions & 3 deletions css/mobilestyles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
---

@media only screen and (min-width: 1680px) {
body.documentation main .wrap {
width: calc(100% - 350px);
Expand Down
5 changes: 0 additions & 5 deletions css/page404.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
---

@import 'variables';

/** ADDITIONAL CSS FOR 404 PAGE **/

body.notfound{
Expand Down
3 changes: 0 additions & 3 deletions css/search.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
---

body.search{
height: 100vh;
overflow: hidden;
Expand Down
5 changes: 0 additions & 5 deletions css/syntax_highlighting.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
---

@import 'variables';

/* SYNTAX HIGHLIGHTING COLORS */

// comments
Expand Down