-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start Atoms page; Improving Colors page
- Loading branch information
1 parent
d265428
commit 727993e
Showing
8 changed files
with
242 additions
and
10 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
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 |
---|---|---|
@@ -0,0 +1,209 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
# Atoms | ||
|
||
## Layout | ||
|
||
- Aspect Ratio | ||
- Container | ||
- Columns | ||
- Break After | ||
- Break Before | ||
- Break Inside | ||
- Box Decoration Break | ||
- Box Sizing | ||
- Display | ||
- Floats | ||
- Clear | ||
- Isolation | ||
- Object Fit | ||
- Object Position | ||
- Overflow | ||
- Overscroll Behavior | ||
- Position | ||
- Top / Right / Bottom / Left | ||
- Visibility | ||
- Z-Index | ||
|
||
|
||
## Flexbox & Grid | ||
|
||
- Flex Basis | ||
- Flex Direction | ||
- Flex Wrap | ||
- Flex | ||
- Flex Grow | ||
- Flex Shrink | ||
- Order | ||
- Grid Template Columns | ||
- Grid Column Start / End | ||
- Grid Template Rows | ||
- Grid Row Start / End | ||
- Grid Auto Flow | ||
- Grid Auto Columns | ||
- Grid Auto Rows | ||
- Gap | ||
- Justify Content | ||
- Justify Items | ||
- Justify Self | ||
- Align Content | ||
- Align Items | ||
- Align Self | ||
- Place Content | ||
- Place Items | ||
- Place Self | ||
|
||
|
||
## Spacing | ||
|
||
- Padding | ||
- Margin | ||
- Space Between | ||
|
||
|
||
## Sizing | ||
|
||
- Width | ||
- Min-Width | ||
- Max-Width | ||
- Height | ||
- Min-Height | ||
- Max-Height | ||
|
||
|
||
## Typography | ||
|
||
- Font Family | ||
- Font Size | ||
- Font Smoothing | ||
- Font Style | ||
- Font Weight | ||
- Font Variant Numeric | ||
- Letter Spacing | ||
- Line Height | ||
- List Style Type | ||
- List Style Position | ||
- Text Align | ||
- Text Color | ||
- Text Decoration | ||
- Text Decoration Color | ||
- Text Decoration Style | ||
- Text Decoration Thickness | ||
- Text Underline Offset | ||
- Text Transform | ||
- Text Overflow | ||
- Text Indent | ||
- Vertical Align | ||
- Whitespace | ||
- Word Break | ||
- Content | ||
|
||
|
||
## Backgrounds | ||
|
||
- Background Attachment | ||
- Background Clip | ||
- Background Color | ||
- Background Origin | ||
- Background Position | ||
- Background Repeat | ||
- Background Size | ||
- Background Image | ||
- Gradient Color Stops | ||
|
||
|
||
## Borders | ||
|
||
- Border Radius | ||
- Border Width | ||
- Border Color | ||
- Border Style | ||
- Divide Width | ||
- Divide Color | ||
- Divide Style | ||
- Outline Width | ||
- Outline Color | ||
- Outline Style | ||
- Outline Offset | ||
- Ring Width | ||
- Ring Color | ||
- Ring Offset Width | ||
- Ring Offset Color | ||
|
||
|
||
## Effects | ||
|
||
- Box Shadow | ||
- Box Shadow Color | ||
- Opacity | ||
- Mix Blend Mode | ||
- Background Blend Mode | ||
|
||
|
||
## Filters | ||
|
||
- Blur | ||
- Brightness | ||
- Contrast | ||
- Drop Shadow | ||
- Grayscale | ||
- Hue Rotate | ||
- Invert | ||
- Saturate | ||
- Sepia | ||
- Backdrop Blur | ||
- Backdrop Brightness | ||
- Backdrop Contrast | ||
- Backdrop Grayscale | ||
- Backdrop Hue Rotate | ||
- Backdrop Invert | ||
- Backdrop Opacity | ||
- Backdrop Saturate | ||
- Backdrop Sepia | ||
|
||
|
||
## Tables | ||
|
||
- Border Collapse | ||
- Border Spacing | ||
- Table Layout | ||
|
||
|
||
## Transitions & Animation | ||
|
||
- Transition Property | ||
- Transition Duration | ||
- Transition Timing Function | ||
- Transition Delay | ||
- Animation | ||
|
||
|
||
## Transforms | ||
|
||
- Scale | ||
- Rotate | ||
- Translate | ||
- Skew | ||
- Transform Origin | ||
|
||
|
||
## Interactivity | ||
|
||
- Accent Color | ||
- Appearance | ||
- Cursor | ||
- Caret Color | ||
- Pointer Events | ||
- Resize | ||
- Scroll Behavior | ||
- Scroll Margin | ||
- Scroll Padding | ||
- Scroll Snap Align | ||
- Scroll Snap Stop | ||
- Scroll Snap Type | ||
- Touch Action | ||
- User Select | ||
- Will Change | ||
|
||
|
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 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 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 |
---|---|---|
|
@@ -9,4 +9,8 @@ html { | |
@extend %reset; | ||
} | ||
|
||
body { | ||
@extend %body; | ||
} | ||
|
||
@import "index"; |
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 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 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