-
Notifications
You must be signed in to change notification settings - Fork 50
plugin-css improvements #425
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
Conversation
0daeda7 to
8fe6dff
Compare
Deploying terrazzo with
|
| Latest commit: |
eae58bf
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://54868aab.terrazzo.pages.dev |
| Branch Preview URL: | https://plugin-css-improvements.terrazzo.pages.dev |
🦋 Changeset detectedLatest commit: eae58bf The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
02caffe to
7d488cd
Compare
7d488cd to
74a2c21
Compare
4c49c26 to
147cc2c
Compare
147cc2c to
7e3dda8
Compare
d1c712a to
3149b4c
Compare
b4b89e7 to
b7daea2
Compare
410be08 to
17fd51a
Compare
66b72cd to
16fbc41
Compare
| const { id } = parseAlias(alias); | ||
| if (!tokens[id]) { | ||
| logger.error({ group: 'parser', label: 'alias', message: `Alias "${alias}" not found.`, filename, src, node }); | ||
| export default function applyAliases(token: TokenNormalized, options: ApplyAliasOptions): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This rewrite made me want to pull my hair out. But here I am, (most) hairs in tact
16fbc41 to
eae58bf
Compare
Changes
Fixes #422, #423, #424. Rebuilds aliasing system to be even more correct and faster.
Resolves a slew of issues and inconsistent output.
How to Review