Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/kue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: taghash/kue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 31 files changed
  • 3 contributors

Commits on Aug 17, 2025

  1. Remove stylus package (#1)

    * Converting to node-scss middlewa from stylus
    
    * Remove nib
    
    * Converting .styl syntax to scss
    
    * Removing nob import from scss file
    
    * Adding a bold-button because nib was removed
    
    * Adding other missing mixins which are implemented from nib
    
    * Compiling new styles for scss and restoring back to original styles
    
    * Called linear gradient mixin
    
    * Using the old style for linear gradient
    
    * Changing block type color for better visibility
    
    * Docs which tell with prompts we use
    mohammedfarhan99 authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    c620f33 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. added node-sass in the dev dependency

    Sahil Hans committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    51d024c View commit details
    Browse the repository at this point in the history
  2. Removing node sass middleware (#3)

    * commented the node-sass-middleware
    
    * commented the node-sass-middleware
    
    * changes
    
    * installed node-sass-middleware again
    
    * changing the way to serve stylesheets
    
    * removed the unused code
    
    ---------
    
    Co-authored-by: Sahil Hans <sahil@taghash.io>
    hans-sahil and Sahil Hans authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    f776ed1 View commit details
    Browse the repository at this point in the history
Loading