mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(styles): enable flexgrid
This commit is contained in:
parent
f7d8cd6e95
commit
84ebba532f
8 changed files with 12 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
// Use all Carbon themes
|
// Use all Carbon themes
|
||||||
@use '@carbon/styles/scss/config' with (
|
@use '@carbon/styles/scss/config' with (
|
||||||
|
$use-flexbox-grid: true,
|
||||||
$use-akamai-cdn: true,
|
$use-akamai-cdn: true,
|
||||||
$prefix: 'bx'
|
$prefix: 'bx'
|
||||||
);
|
);
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
|
|
||||||
@import "@carbon/styles/scss/reset";
|
@import "@carbon/styles/scss/reset";
|
||||||
@import "@carbon/styles/scss/components";
|
@import "@carbon/styles/scss/components";
|
||||||
|
@import "@carbon/styles/scss/grid/flexbox";
|
||||||
|
|
||||||
.bx--text-truncate-end {
|
.bx--text-truncate-end {
|
||||||
@include text-truncate-end;
|
@include text-truncate-end;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
// Use g10 theme
|
// Use g10 theme
|
||||||
@use '@carbon/styles/scss/config' with (
|
@use '@carbon/styles/scss/config' with (
|
||||||
|
$use-flexbox-grid: true,
|
||||||
$use-akamai-cdn: true,
|
$use-akamai-cdn: true,
|
||||||
$prefix: 'bx'
|
$prefix: 'bx'
|
||||||
);
|
);
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
|
|
||||||
@import "@carbon/styles/scss/reset";
|
@import "@carbon/styles/scss/reset";
|
||||||
@import "@carbon/styles/scss/components";
|
@import "@carbon/styles/scss/components";
|
||||||
|
@import "@carbon/styles/scss/grid/flexbox";
|
||||||
|
|
||||||
.bx--text-truncate-end {
|
.bx--text-truncate-end {
|
||||||
@include text-truncate-end;
|
@include text-truncate-end;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
// Use g10 theme
|
// Use g10 theme
|
||||||
@use '@carbon/styles/scss/config' with (
|
@use '@carbon/styles/scss/config' with (
|
||||||
|
$use-flexbox-grid: true,
|
||||||
$use-akamai-cdn: true,
|
$use-akamai-cdn: true,
|
||||||
$prefix: 'bx'
|
$prefix: 'bx'
|
||||||
);
|
);
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
|
|
||||||
@import "@carbon/styles/scss/reset";
|
@import "@carbon/styles/scss/reset";
|
||||||
@import "@carbon/styles/scss/components";
|
@import "@carbon/styles/scss/components";
|
||||||
|
@import "@carbon/styles/scss/grid/flexbox";
|
||||||
|
|
||||||
.bx--text-truncate-end {
|
.bx--text-truncate-end {
|
||||||
@include text-truncate-end;
|
@include text-truncate-end;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
// Use g10 theme
|
// Use g10 theme
|
||||||
@use '@carbon/styles/scss/config' with (
|
@use '@carbon/styles/scss/config' with (
|
||||||
|
$use-flexbox-grid: true,
|
||||||
$use-akamai-cdn: true,
|
$use-akamai-cdn: true,
|
||||||
$prefix: 'bx'
|
$prefix: 'bx'
|
||||||
);
|
);
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
|
|
||||||
@import "@carbon/styles/scss/reset";
|
@import "@carbon/styles/scss/reset";
|
||||||
@import "@carbon/styles/scss/components";
|
@import "@carbon/styles/scss/components";
|
||||||
|
@import "@carbon/styles/scss/grid/flexbox";
|
||||||
|
|
||||||
.bx--text-truncate-end {
|
.bx--text-truncate-end {
|
||||||
@include text-truncate-end;
|
@include text-truncate-end;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue