-
-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(website): update all scss files for
@use
imports
- Loading branch information
Showing
108 changed files
with
127 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
packages/documentation/src/_variables.scss → packages/documentation/src/_everything.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
@include rmd-utils-phone-media { | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/ColorsAndTheming/ColorPalette/Color.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
color: $rmd-black-base; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/ColorsAndTheming/ColorPalette/ColorPalette.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
align-items: flex-start; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/ColorsAndTheming/ThemeBuilder/Preview.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
@include rmd-elevation(6); | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/DemoSandbox/CodePreview.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/DemoSandbox/SandboxFileTree.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/DemoSandbox/SandboxList.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/DemoSandbox/SandboxModal.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/DemoSandbox/SandboxNavigation.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.header { | ||
align-items: flex-start; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Alert/UpdatingMessagePriority.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.output { | ||
@include rmd-elevation(4); | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/AppBar/AnimatingAppBar.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
@include rmd-elevation(6); | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/AppBar/AutoDense.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
@include rmd-utils-desktop-media { | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/AppBar/FixedWithOffset.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
@include rmd-elevation(6); | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/AppBar/index.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/AutoComplete/HighlightMatches.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Avatar/ColorExamples.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.list { | ||
@include rmd-elevation(4); | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Badge/CustomizingBadges.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
@include rmd-badge-theme-update-var( | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Button/CustomButtonTheme.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Chip/ActionChips/ActionChip.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.chip { | ||
margin: 0.25rem; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Chip/ActionChips/ActionChips.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
$blind-height: 1.5rem; | ||
$blind-margin: 2px; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Chip/ActionChips/Blind.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
$blind-height: 1.5rem; | ||
$blind-margin: 2px; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Chip/ActionChips/Blinds.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.blinds { | ||
@include rmd-transition(deceleration); | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Chip/ChoiceChips.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
@include rmd-utils-block-centered; | ||
|
2 changes: 0 additions & 2 deletions
2
packages/documentation/src/components/Demos/Chip/FilterChips.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import 'react-md/dist/everything'; | ||
|
||
.container { | ||
display: flex; | ||
flex-wrap: wrap; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Chip/InputChips/To.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
$spacing: 0.5rem; | ||
$padding: 1rem; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/DemoContainer.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/DemoDescription.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'react-md/dist/everything'; | ||
@use 'react-md' as *; | ||
|
||
.container { | ||
@include rmd-typography(subtitle-1); | ||
|
2 changes: 0 additions & 2 deletions
2
packages/documentation/src/components/Demos/Dialog/AlertDialogsAndModals.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import 'react-md/dist/everything'; | ||
|
||
.textarea { | ||
height: 15rem; | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/documentation/src/components/Demos/Dialog/FullPageExample.module.scss