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

ADD Snippet suggestions #1

Open
Ak-ram opened this issue Sep 26, 2022 · 0 comments
Open

ADD Snippet suggestions #1

Ak-ram opened this issue Sep 26, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Ak-ram
Copy link
Owner

Ak-ram commented Sep 26, 2022

Please suggest any code fragment you feel should be included in the scss-helpers extension for use in future releases. For instance:

Suggest _pow snippet for

@function pow($base, $exponent) {
  $result: 1;
  @for $_ from 1 through $exponent {
    $result: $result * $base;
  }
  @return $result;
}

YOUR suggestion must prefixes with underscore (ex, _pow, _invert)

@Ak-ram Ak-ram added enhancement New feature or request good first issue Good for newcomers labels Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant