Skip to content

Commit

Permalink
chore: switch to SASS @use everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 2, 2024
1 parent 72573eb commit 3b02dca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* make sure to add the @import the SlickGrid Theme AFTER the variables changes */
// @import '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-material.lite.scss';
/* make sure to add the @use the SlickGrid Theme AFTER the variables changes */
// @use '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-material.lite.scss';

#grid27 {
.slick-cell {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @import '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.scss';
// @use '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.scss';

#grid28 {
.slick-cell {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* make sure to add the @import the SlickGrid Theme AFTER the variables changes */
// @import '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.lite.scss';
/* make sure to add the @use the SlickGrid Theme AFTER the variables changes */
// @use '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.lite.scss';
4 changes: 2 additions & 2 deletions webpack-bs5-demo/src/examples/slickgrid/example27.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* make sure to add the @import the SlickGrid Theme AFTER the variables changes */
// @import '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-material.lite.scss';
/* make sure to add the @use the SlickGrid Theme AFTER the variables changes */
// @use '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-material.lite.scss';

#grid27 {
.slick-cell {
Expand Down
2 changes: 1 addition & 1 deletion webpack-bs5-demo/src/examples/slickgrid/example28.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @import '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.scss';
// @use '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.scss';

#grid28 {
.slick-cell {
Expand Down
4 changes: 2 additions & 2 deletions webpack-bs5-demo/src/examples/slickgrid/example31.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* make sure to add the @import the SlickGrid Theme AFTER the variables changes */
// @import '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.lite.scss';
/* make sure to add the @use the SlickGrid Theme AFTER the variables changes */
// @use '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-salesforce.lite.scss';

0 comments on commit 3b02dca

Please sign in to comment.