-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
198 additions
and
119 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
@import 'button/button'; | ||
@import 'header-item/header-item'; | ||
@import 'image/image'; | ||
@import 'link/link'; | ||
@import 'logo/logo'; | ||
@import 'nav-item/nav-item'; | ||
@import 'paragraph/paragraph'; | ||
@import 'quote/quote'; | ||
@import 'title/title'; | ||
@use 'button/button'; | ||
@use 'header-item/header-item'; | ||
@use 'image/image'; | ||
@use 'link/link'; | ||
@use 'logo/logo'; | ||
@use 'nav-item/nav-item'; | ||
@use 'paragraph/paragraph'; | ||
@use 'quote/quote'; | ||
@use 'title/title'; |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use '../../quark/link/link'; | ||
|
||
.tikui-link { | ||
@include tikui-link; | ||
@include link.tikui-link; | ||
} |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use '../../quark/paragraph/paragraph'; | ||
|
||
.tikui-paragraph { | ||
@include tikui-paragraph; | ||
@include paragraph.tikui-paragraph; | ||
} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import 'title-main/title-main'; | ||
@import 'title-brand/title-brand'; | ||
@import 'title-section/title-section'; | ||
@import 'title-part/title-part'; | ||
@use 'title-main/title-main'; | ||
@use 'title-brand/title-brand'; | ||
@use 'title-section/title-section'; | ||
@use 'title-part/title-part'; |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use '../../../quark/title/title-main'; | ||
|
||
.tikui-title-main { | ||
@include tikui-title-main; | ||
@include title-main.tikui-title-main; | ||
} |
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,3 +1,5 @@ | ||
@use '../../../quark/title/title-part'; | ||
|
||
.tikui-title-part { | ||
@include tikui-title-part; | ||
@include title-part.tikui-title-part; | ||
} |
4 changes: 3 additions & 1 deletion
4
src/documentation/atom/title/title-section/_title-section.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,3 +1,5 @@ | ||
@use '../../../quark/title/title-section'; | ||
|
||
.tikui-title-section { | ||
@include tikui-title-section; | ||
@include title-section.tikui-title-section; | ||
} |
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,5 @@ | ||
@import 'atom/atom'; | ||
@import 'component/component'; | ||
@import 'header-navigation/header-navigation'; | ||
@import 'list/list'; | ||
@import 'nav-vertical/nav-vertical'; | ||
@use 'atom/atom'; | ||
@use 'component/component'; | ||
@use 'header-navigation/header-navigation'; | ||
@use 'list/list'; | ||
@use 'nav-vertical/nav-vertical'; |
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
4 changes: 3 additions & 1 deletion
4
src/documentation/molecule/header-navigation/_header-navigation.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 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,3 +1,5 @@ | ||
@use '../../quark/list/list'; | ||
|
||
.tikui-list { | ||
@include tikui-list; | ||
@include list.tikui-list; | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@import 'dual-section/dual-section'; | ||
@import 'line-section/line-section'; | ||
@import 'header/header'; | ||
@import 'linear-molecule/linear-molecule'; | ||
@import 'spacing/spacing'; | ||
@use 'dual-section/dual-section'; | ||
@use 'line-section/line-section'; | ||
@use 'header/header'; | ||
@use 'linear-molecule/linear-molecule'; | ||
@use 'spacing/spacing'; |
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
4 changes: 3 additions & 1 deletion
4
src/documentation/organism/linear-molecule/_linear-molecule.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 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,2 +1,2 @@ | ||
@import 'horizontal-spacing/horizontal-spacing'; | ||
@import 'vertical-spacing/vertical-spacing'; | ||
@use 'horizontal-spacing/horizontal-spacing'; | ||
@use 'vertical-spacing/vertical-spacing'; |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@import 'link/link'; | ||
@import 'list/list'; | ||
@import 'paragraph/paragraph'; | ||
@import 'text/text'; | ||
@import 'title/title'; | ||
@use 'link/link'; | ||
@use 'list/list'; | ||
@use 'paragraph/paragraph'; | ||
@use 'text/text'; | ||
@use 'title/title'; |
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
Oops, something went wrong.