-
Notifications
You must be signed in to change notification settings - Fork 47
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
Tailwind v3 WP Scaffold #156
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 67d3d92 - Browse repository at this point
Copy the full SHA 67d3d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc1e18 - Browse repository at this point
Copy the full SHA 3fc1e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67d88e - Browse repository at this point
Copy the full SHA a67d88eView commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b410640 - Browse repository at this point
Copy the full SHA b410640View commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5b9222 - Browse repository at this point
Copy the full SHA d5b9222View commit details
Commits on May 10, 2022
-
Update config to pull colors from theme json, content updates
Update content to target only explicit files at root with coverage for all default WP templates (thanks Jon!). Added basic safelisting for bg and text primary, secondary, and tertiary colors. Removed additional plugins I had added previously.
Configuration menu - View commit details
-
Copy full SHA for d793366 - Browse repository at this point
Copy the full SHA d793366View commit details -
Color tweaks, add defaults for container and extra breakpoint
- Added WP breakpoint (600px) often used in core styles - Container are now centered and have padding by default - Removed additional colors that were already being defined by theme.json Note: on the above for the colors, I’m just having the definitions come directly from theme.json, vs using the CSS variables (which are already CSS variables, or absolute values). I think its the same difference here since these are both coming from the same place anyway.
Configuration menu - View commit details
-
Copy full SHA for 40ef15c - Browse repository at this point
Copy the full SHA 40ef15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9530476 - Browse repository at this point
Copy the full SHA 9530476View commit details
Commits on May 14, 2022
-
Readded all official plugins and updated inline comments
Added official plugins back to create a simpler DX and reduce friction during initial setup. Added a brief explanation for each and link to the plugin page in the Tailwind docs.
Configuration menu - View commit details
-
Copy full SHA for eaf83d6 - Browse repository at this point
Copy the full SHA eaf83d6View commit details
Commits on May 16, 2022
-
Updated tailwind helpers and config
Setup separate file for tailwind helper JS Added logic for opt-in importing for color palettes in blocks (includes dedup to prevent overwrites) I tested this locally using a custom block style.
Configuration menu - View commit details
-
Copy full SHA for f752cc5 - Browse repository at this point
Copy the full SHA f752cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7011ceb - Browse repository at this point
Copy the full SHA 7011cebView commit details
Commits on May 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6fa75ee - Browse repository at this point
Copy the full SHA 6fa75eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 065f177 - Browse repository at this point
Copy the full SHA 065f177View commit details -
Configuration menu - View commit details
-
Copy full SHA for e849adc - Browse repository at this point
Copy the full SHA e849adcView commit details -
Merge pull request #121 from 10up/feature/tailwind-v3-hybrid-ian
Colors are now retrieved directly from theme.json Colors with the primary, secondary, and tertiary slugs are now safelisted via regex CSS organization has been reorganized around the use of imports, vs one tailwind index file Content definitions updated with list from Jon Tested/confirmed pattern for ensuring WP class defs are not lost Plugins are included by default
Configuration menu - View commit details
-
Copy full SHA for 19a4262 - Browse repository at this point
Copy the full SHA 19a4262View commit details
Commits on May 31, 2022
-
Merge pull request #124 from 10up/feature-add-vscode-config
Add extensions.json in .vscode config
Configuration menu - View commit details
-
Copy full SHA for 9d429c3 - Browse repository at this point
Copy the full SHA 9d429c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3410748 - Browse repository at this point
Copy the full SHA 3410748View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f6ece - Browse repository at this point
Copy the full SHA a8f6eceView commit details -
Add additional wp specific breakpoints
Full coverage for Admin bar and certain gutenberg styles
Configuration menu - View commit details
-
Copy full SHA for 181681a - Browse repository at this point
Copy the full SHA 181681aView commit details
Commits on Jun 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4a70e49 - Browse repository at this point
Copy the full SHA 4a70e49View commit details
Commits on Jun 25, 2022
-
Merge pull request #127 from 10up/feature/tailwind-ian
Tailwind: Additional config updates
Configuration menu - View commit details
-
Copy full SHA for b174379 - Browse repository at this point
Copy the full SHA b174379View commit details
Commits on Jun 27, 2022
-
Merge pull request #129 from 10up/fix/reduce-motion
Fix arbitrary class typos for reduced motion
Configuration menu - View commit details
-
Copy full SHA for e3c3f52 - Browse repository at this point
Copy the full SHA e3c3f52View commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4143d39 - Browse repository at this point
Copy the full SHA 4143d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff72ca - Browse repository at this point
Copy the full SHA bff72caView commit details -
Merge pull request #150 from 10up/feature/add-doc-links
Add Doc Links
Configuration menu - View commit details
-
Copy full SHA for 806bb77 - Browse repository at this point
Copy the full SHA 806bb77View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9dd187 - Browse repository at this point
Copy the full SHA d9dd187View commit details
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fa25393 - Browse repository at this point
Copy the full SHA fa25393View commit details
Commits on Aug 4, 2022
-
Update themes/10up-theme/tailwind.config.js
Update placement of purgecssWordPress safelist. Co-authored-by: Jon Christensen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d33f21 - Browse repository at this point
Copy the full SHA 6d33f21View commit details
Commits on Aug 8, 2022
-
Merge pull request #152 from 10up/feature/update-tailwind-md
Tailwind Documentation
Configuration menu - View commit details
-
Copy full SHA for 8d8a3e2 - Browse repository at this point
Copy the full SHA 8d8a3e2View commit details -
Merge pull request #151 from 10up/feature/add-purge-css-wordpress
Add PurgeCSS WordPress SafeList
Configuration menu - View commit details
-
Copy full SHA for 9813785 - Browse repository at this point
Copy the full SHA 9813785View commit details
Commits on Aug 15, 2022
-
Typo fixes, added additional sections for clarity
- Added additional classes on the button example to reinforce the reasoning behind default recommendation. - Added further clarficiation on a number of subjects including additional setup considerations. - Altered a few sentences lightly for better clarity/readability. - Typo Fixes.
Configuration menu - View commit details
-
Copy full SHA for 7d9acb3 - Browse repository at this point
Copy the full SHA 7d9acb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b102228 - Browse repository at this point
Copy the full SHA b102228View commit details -
Merge branch 'trunk' into epic/tailwind-v3
# Conflicts: # themes/10up-theme/assets/css/frontend/base/index.css # themes/10up-theme/package.json
Configuration menu - View commit details
-
Copy full SHA for 229d345 - Browse repository at this point
Copy the full SHA 229d345View commit details -
Configuration menu - View commit details
-
Copy full SHA for c478602 - Browse repository at this point
Copy the full SHA c478602View commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 756e3d7 - Browse repository at this point
Copy the full SHA 756e3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5d3ab - Browse repository at this point
Copy the full SHA 7a5d3abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27182df - Browse repository at this point
Copy the full SHA 27182dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0075df8 - Browse repository at this point
Copy the full SHA 0075df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a85a50 - Browse repository at this point
Copy the full SHA 5a85a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 292d1e5 - Browse repository at this point
Copy the full SHA 292d1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e61852 - Browse repository at this point
Copy the full SHA 3e61852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb3750 - Browse repository at this point
Copy the full SHA 3eb3750View commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e93b25b - Browse repository at this point
Copy the full SHA e93b25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d456f8 - Browse repository at this point
Copy the full SHA 6d456f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a666ec - Browse repository at this point
Copy the full SHA 6a666ecView commit details
Commits on Aug 25, 2022
-
Merge pull request #160 from 10up/feature/19138441-tailwind-v3-testing
Feature/19138441 tailwind v3 testing
Configuration menu - View commit details
-
Copy full SHA for 53cb4d3 - Browse repository at this point
Copy the full SHA 53cb4d3View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c9de362 - Browse repository at this point
Copy the full SHA c9de362View commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6093139 - Browse repository at this point
Copy the full SHA 6093139View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f76e2df - Browse repository at this point
Copy the full SHA f76e2dfView commit details -
Merge pull request #162 from 10up/feature/tailwind-v3-doc-updates
Tailwind v3 doc updates
Configuration menu - View commit details
-
Copy full SHA for 3a48ae7 - Browse repository at this point
Copy the full SHA 3a48ae7View commit details