-
Notifications
You must be signed in to change notification settings - Fork 13
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
postcss-extend integration #42
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bstaruk
pushed a commit
that referenced
this pull request
May 12, 2018
* first pass at integrating `offline-plugin` * first pass at asset hashing (just js & css for now) * dependency updates * yarn.lock post-merge * hashing tweaks/buildout * asset caching readme coverage * asset caching readme coverage * asset caching readme coverage * postcss-extend integration (#42) * first pass at postcss-extend support * resolve build warning * tidying up (#43) * tidying up font sizes * no reason for footer to have an id * tidy up font sizes * tidy up header component (viva la BEM) * words of encouragement * dependency updates * only use service worker for production build * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * version bump (#45)
bstaruk
pushed a commit
that referenced
this pull request
Jun 5, 2018
* first pass at integrating `offline-plugin` * first pass at asset hashing (just js & css for now) * dependency updates * yarn.lock post-merge * hashing tweaks/buildout * asset caching readme coverage * asset caching readme coverage * asset caching readme coverage * postcss-extend integration (#42) * first pass at postcss-extend support * resolve build warning * tidying up (#43) * tidying up font sizes * no reason for footer to have an id * tidy up font sizes * tidy up header component (viva la BEM) * words of encouragement * dependency updates * only use service worker for production build * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * version bump (#45) * dependency updates * readme updates * app description update * readme tweaks * template tweaks * incremental version bump
bstaruk
pushed a commit
that referenced
this pull request
Jul 14, 2018
* first pass at integrating `offline-plugin` * first pass at asset hashing (just js & css for now) * dependency updates * yarn.lock post-merge * hashing tweaks/buildout * asset caching readme coverage * asset caching readme coverage * asset caching readme coverage * postcss-extend integration (#42) * first pass at postcss-extend support * resolve build warning * tidying up (#43) * tidying up font sizes * no reason for footer to have an id * tidy up font sizes * tidy up header component (viva la BEM) * words of encouragement * dependency updates * only use service worker for production build * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * version bump (#45) * dependency updates * readme updates * app description update * readme tweaks * template tweaks * incremental version bump * replace postcss-cssnext w/ postcss-preset-env (#47) * first pass at replacing postcss-cssnext with postcss-present-env * verbiage tweaks * update dependencies * reorder base config import (after dependencies) * configs cleanup * html entity * html entity * minor version bump
bstaruk
pushed a commit
that referenced
this pull request
Sep 19, 2018
* first pass at integrating `offline-plugin` * first pass at asset hashing (just js & css for now) * dependency updates * yarn.lock post-merge * hashing tweaks/buildout * asset caching readme coverage * asset caching readme coverage * asset caching readme coverage * postcss-extend integration (#42) * first pass at postcss-extend support * resolve build warning * tidying up (#43) * tidying up font sizes * no reason for footer to have an id * tidy up font sizes * tidy up header component (viva la BEM) * words of encouragement * dependency updates * only use service worker for production build * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * version bump (#45) * dependency updates * readme updates * app description update * readme tweaks * template tweaks * incremental version bump * replace postcss-cssnext w/ postcss-preset-env (#47) * first pass at replacing postcss-cssnext with postcss-present-env * verbiage tweaks * update dependencies * reorder base config import (after dependencies) * configs cleanup * html entity * html entity * minor version bump * dependency updates * readme verbiage tweaks (hello babel 7) * minor version bump & description update
bstaruk
pushed a commit
that referenced
this pull request
Jan 6, 2019
* first pass at integrating `offline-plugin` * first pass at asset hashing (just js & css for now) * dependency updates * yarn.lock post-merge * hashing tweaks/buildout * asset caching readme coverage * asset caching readme coverage * asset caching readme coverage * postcss-extend integration (#42) * first pass at postcss-extend support * resolve build warning * tidying up (#43) * tidying up font sizes * no reason for footer to have an id * tidy up font sizes * tidy up header component (viva la BEM) * words of encouragement * dependency updates * only use service worker for production build * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * version bump (#45) * dependency updates * readme updates * app description update * readme tweaks * template tweaks * incremental version bump * replace postcss-cssnext w/ postcss-preset-env (#47) * first pass at replacing postcss-cssnext with postcss-present-env * verbiage tweaks * update dependencies * reorder base config import (after dependencies) * configs cleanup * html entity * html entity * minor version bump * dependency updates * readme verbiage tweaks (hello babel 7) * minor version bump & description update * babel & eslint updates * babel & webpack dependency updates * loader updates * webpack plugin updates * dependency updates * dependency updates * dependency updates * dependency updates * remove janky global variables * webpack config formatting cleanup * re-remove eslint preloader (already covered in normal loader) * minor version bump * readme updates * readme updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch integrates postcss-extend into starbase and uses it to provide a clearfix helper on the tabs component.