Skip to content

Commit

Permalink
Step 3c: Resolve references to type-style mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Jul 23, 2024
1 parent bdf35d8 commit 7585f13
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .storybook/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

@use '@carbon/react/scss/type' as *;

.welcome__container {
position: absolute;
inset-block-start: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ limitations under the License.
*/

@use '@carbon/react/scss/config' as *;
@use '@carbon/react/scss/type' as *;

.tkn--definition .tkn--status {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

@import 'carbon-components/scss/globals/scss/typography';
@use '@carbon/react/scss/type' as *;

header.tkn--pipeline-run-header {
@include type-style('body-short-01');
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/components/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ limitations under the License.
*/

@use '@carbon/react/scss/config' as *;
@use '@carbon/react/scss/type' as *;

.tkn--table {
// add space between adjacent tables
Expand Down
1 change: 1 addition & 0 deletions src/containers/About/About.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ limitations under the License.
*/

@use '@carbon/react/scss/config' as *;
@use '@carbon/react/scss/type' as *;

.tkn--about {
margin-block-start: -1.5rem;
Expand Down
2 changes: 2 additions & 0 deletions src/containers/NotFound/NotFound.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

@use '@carbon/react/scss/type' as *;

.tkn--not-found {
display: flex;
flex-direction: column;
Expand Down
1 change: 1 addition & 0 deletions src/scss/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ limitations under the License.

@use './carbon';
@use '@carbon/react/scss/config' as *;
@use '@carbon/react/scss/type' as *;

@import './grid.scss';
@import './Definitions.scss';
Expand Down
1 change: 1 addition & 0 deletions src/scss/Triggers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ limitations under the License.
*/

@use '@carbon/react/scss/config' as *;
@use '@carbon/react/scss/type' as *;

.tkn--resourcedetails {
.tkn--resourcedetails--header {
Expand Down

0 comments on commit 7585f13

Please sign in to comment.