Skip to content

Commit

Permalink
docs(mixins-grid-props): 📝 Refactor area mixin to include parameter…
Browse files Browse the repository at this point in the history
… documentation

Added documentation for the $value parameter in the area mixin to improve code readability and maintainability. This change will help developers understand the purpose of the parameter and its expected data type. No related issues.
  • Loading branch information
krypton225 committed Jan 9, 2024
1 parent 8a09bc4 commit ae8a4fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mixins/grid-props/_grid-area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
// * - meta.type-of (SASS function).
// * - Error.toggle (function).

// @param {String} $value
// * The value to set to grid-area property.

// @example
// * .example {
// * @include area("2 / 1 / span 2 / span 3");
Expand Down

0 comments on commit ae8a4fc

Please sign in to comment.