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

✨ Major Enhancements to Styled Function #5

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Jan 19, 2024

  1. 🚧 Add dot notation

    JS files are working correctly with dot notation, but this has broken TS files
    totigm committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    323ffc3 View commit details
    Browse the repository at this point in the history
  2. 🏷️ Fix types

    totigm committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a1e4cd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    951eeea View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    89c8037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6955460 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddcfc9d View commit details
    Browse the repository at this point in the history
  4. ✨ Add styled components inheritance (#3)

    * ✨ Add props interpolation
    
    * 🚧 Add inheritance
    
    * ✨ Make styles reusable
    
    * 🐛 Sort classes
    
    * 🐛 Add parent class name check
    
    * 📝 Add InheritanceDemo
    
    * ⏪️ Revert StaticButton changes
    totigm committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7f8da4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2622e25 View commit details
    Browse the repository at this point in the history