Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$grid-columns not updating #1

Open
richardwiggins opened this issue Sep 15, 2022 · 1 comment
Open

$grid-columns not updating #1

richardwiggins opened this issue Sep 15, 2022 · 1 comment

Comments

@richardwiggins
Copy link

I'm trying to update $grid-columns in style.scss, as per your docs but that is not updating the compiled css.

Any ideas?

@claudia-romano
Copy link

Hi there, we are looking into this issue.

Meanwhile, you can use one of the .grid-col-{numberOfColumns} utility classes:
https://codyhouse.co/ds/docs/framework/grid-layout#flex-grid-system

Alternatively, you can modify both the $grid-columns and the --grid-columns variables:

@use 'base' with (
  $grid-columns: 18
);

.grid {
  --grid-columns: 18;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants