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

Document first-class mixins #852

Merged
merged 18 commits into from
Oct 6, 2023
Merged

Document first-class mixins #852

merged 18 commits into from
Oct 6, 2023

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Sep 28, 2023

@nex3 nex3 requested a review from Goodwine September 28, 2023 19:46
@nex3
Copy link
Contributor Author

nex3 commented Sep 28, 2023

cc @connorskees

@nex3 nex3 mentioned this pull request Sep 28, 2023
7 tasks
source/documentation/modules/meta.md Outdated Show resolved Hide resolved
source/documentation/modules/meta.md Outdated Show resolved Hide resolved
source/documentation/modules/meta.md Outdated Show resolved Hide resolved

[mixin value]: /documentation/values/mixins

If `$module` is `null`, this returns the mixin named `$name` defined in the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I take it that meta.get-mixin(my-module.my-mixin) won't return anything because it should have been written as meta.get-mixin(my-module, my-mixin), is that right?

I think it might be helpful to call that out, but I realize get-function doesn't, so maybe that's OK.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's wait and see if users actually make that mistake before we add extra text for it. I don't think I've seen anyone do that with meta.get-function().

source/documentation/values/mixins.md Show resolved Hide resolved
@nex3 nex3 changed the title Document first-class mixins Document first-class mixins [skip netlify] Sep 28, 2023
@nex3 nex3 requested a review from Goodwine September 28, 2023 22:35
@sass sass deleted a comment from netlify bot Sep 28, 2023
Copy link
Member

@Goodwine Goodwine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good except for that one broken link

source/documentation/values/mixins.md Show resolved Hide resolved
source/documentation/values/mixins.md Outdated Show resolved Hide resolved
@nex3 nex3 changed the title Document first-class mixins [skip netlify] Document first-class mixins Oct 6, 2023
@nex3 nex3 merged commit 5e05919 into main Oct 6, 2023
@nex3 nex3 deleted the first-class-mixins branch October 6, 2023 21:20
pamelalozano16 pushed a commit that referenced this pull request Oct 9, 2023
pamelalozano16 pushed a commit that referenced this pull request Oct 9, 2023
* Bump postcss from 8.4.27 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Document first-class mixins (#852)

Closes #786

* Bump @types/seedrandom from 3.0.5 to 3.0.6 (#854)

Bumps [@types/seedrandom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/seedrandom) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/seedrandom)

---
updated-dependencies:
- dependency-name: "@types/seedrandom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump immutable from 4.3.1 to 4.3.4 (#858)

Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.3.1 to 4.3.4.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v4.3.1...v4.3.4)

---
updated-dependencies:
- dependency-name: immutable
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Natalie Weizenbaum <[email protected]>
pamelalozano16 pushed a commit that referenced this pull request Oct 9, 2023
* Bump postcss from 8.4.27 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Document first-class mixins (#852)

Closes #786

* Bump @types/seedrandom from 3.0.5 to 3.0.6 (#854)

Bumps [@types/seedrandom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/seedrandom) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/seedrandom)

---
updated-dependencies:
- dependency-name: "@types/seedrandom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump immutable from 4.3.1 to 4.3.4 (#858)

Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.3.1 to 4.3.4.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v4.3.1...v4.3.4)

---
updated-dependencies:
- dependency-name: immutable
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Natalie Weizenbaum <[email protected]>
asaf400 pushed a commit to asaf400/ass-site that referenced this pull request Apr 18, 2024
asaf400 pushed a commit to asaf400/ass-site that referenced this pull request Apr 18, 2024
* Bump postcss from 8.4.27 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Document first-class mixins (sass#852)

Closes sass#786

* Bump @types/seedrandom from 3.0.5 to 3.0.6 (sass#854)

Bumps [@types/seedrandom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/seedrandom) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/seedrandom)

---
updated-dependencies:
- dependency-name: "@types/seedrandom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump immutable from 4.3.1 to 4.3.4 (sass#858)

Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.3.1 to 4.3.4.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v4.3.1...v4.3.4)

---
updated-dependencies:
- dependency-name: immutable
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Natalie Weizenbaum <[email protected]>
asaf400 pushed a commit to asaf400/ass-site that referenced this pull request Apr 18, 2024
asaf400 pushed a commit to asaf400/ass-site that referenced this pull request Apr 18, 2024
* Bump postcss from 8.4.27 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Document first-class mixins (sass#852)

Closes sass#786

* Bump @types/seedrandom from 3.0.5 to 3.0.6 (sass#854)

Bumps [@types/seedrandom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/seedrandom) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/seedrandom)

---
updated-dependencies:
- dependency-name: "@types/seedrandom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump immutable from 4.3.1 to 4.3.4 (sass#858)

Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.3.1 to 4.3.4.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v4.3.1...v4.3.4)

---
updated-dependencies:
- dependency-name: immutable
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Natalie Weizenbaum <[email protected]>
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

Successfully merging this pull request may close these issues.

Document first-class mixins
3 participants