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

Tailwind v3 WP Scaffold #156

Closed
wants to merge 50 commits into from
Closed

Tailwind v3 WP Scaffold #156

wants to merge 50 commits into from

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    67d3d92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc1e18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67d88e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    b410640 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    d5b9222 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. 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.
    iansvo committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d793366 View commit details
    Browse the repository at this point in the history
  2. 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.
    iansvo committed May 10, 2022
    Configuration menu
    Copy the full SHA
    40ef15c View commit details
    Browse the repository at this point in the history
  3. Cleanup/PR Fixes

    iansvo committed May 10, 2022
    Configuration menu
    Copy the full SHA
    9530476 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. 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.
    iansvo committed May 14, 2022
    Configuration menu
    Copy the full SHA
    eaf83d6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. 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.
    iansvo committed May 16, 2022
    Configuration menu
    Copy the full SHA
    f752cc5 View commit details
    Browse the repository at this point in the history
  2. Added initial README updates

    iansvo committed May 16, 2022
    Configuration menu
    Copy the full SHA
    7011ceb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    6fa75ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065f177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e849adc View commit details
    Browse the repository at this point in the history
  4. 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
    iansvo authored May 18, 2022
    Configuration menu
    Copy the full SHA
    19a4262 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Merge pull request #124 from 10up/feature-add-vscode-config

    Add extensions.json in .vscode config
    iansvo authored May 31, 2022
    Configuration menu
    Copy the full SHA
    9d429c3 View commit details
    Browse the repository at this point in the history
  2. merge trunk

    iansvo committed May 31, 2022
    Configuration menu
    Copy the full SHA
    3410748 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8f6ece View commit details
    Browse the repository at this point in the history
  4. Add additional wp specific breakpoints

    Full coverage for Admin bar and certain gutenberg styles
    iansvo committed May 31, 2022
    Configuration menu
    Copy the full SHA
    181681a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    4a70e49 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Merge pull request #127 from 10up/feature/tailwind-ian

    Tailwind: Additional config updates
    iansvo authored Jun 25, 2022
    Configuration menu
    Copy the full SHA
    b174379 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Merge pull request #129 from 10up/fix/reduce-motion

    Fix arbitrary class typos for reduced motion
    iansvo authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e3c3f52 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    4143d39 View commit details
    Browse the repository at this point in the history
  2. added doc links

    dainemawer committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    bff72ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #150 from 10up/feature/add-doc-links

    Add Doc Links
    dainemawer authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    806bb77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9dd187 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    fa25393 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Update themes/10up-theme/tailwind.config.js

    Update placement of purgecssWordPress safelist.
    
    Co-authored-by: Jon Christensen <[email protected]>
    dainemawer and Firestorm980 authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6d33f21 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Merge pull request #152 from 10up/feature/update-tailwind-md

    Tailwind Documentation
    dainemawer authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8d8a3e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #151 from 10up/feature/add-purge-css-wordpress

    Add PurgeCSS WordPress SafeList
    dainemawer authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9813785 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. 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.
    iansvo committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7d9acb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b102228 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'trunk' into epic/tailwind-v3

    # Conflicts:
    #	themes/10up-theme/assets/css/frontend/base/index.css
    #	themes/10up-theme/package.json
    iansvo committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    229d345 View commit details
    Browse the repository at this point in the history
  4. Update TAILWIND.md

    Grammar adjustment
    iansvo authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c478602 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    756e3d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5d3ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27182df View commit details
    Browse the repository at this point in the history
  4. typo fix

    iansvo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0075df8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a85a50 View commit details
    Browse the repository at this point in the history
  6. Add stylelint

    Nikki-Jones committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    292d1e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e61852 View commit details
    Browse the repository at this point in the history
  8. Add more documentation

    Nikki-Jones committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3eb3750 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    e93b25b View commit details
    Browse the repository at this point in the history
  2. Refactor postcss config

    Nikki-Jones committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6d456f8 View commit details
    Browse the repository at this point in the history
  3. Mod remove comment

    Nikki-Jones committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6a666ec View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Merge pull request #160 from 10up/feature/19138441-tailwind-v3-testing

    Feature/19138441 tailwind v3 testing
    iansvo authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    53cb4d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    c9de362 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    6093139 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Mod docs updates

    Nikki-Jones committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f76e2df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #162 from 10up/feature/tailwind-v3-doc-updates

    Tailwind v3 doc updates
    Nikki-Jones authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3a48ae7 View commit details
    Browse the repository at this point in the history