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

[IMPL] - added support for sass and scss stylesheet languages #4292

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

Commits on Nov 2, 2024

  1. [IMPL] - added support for sass and scss stylesheet languages

     - better checking of stylesheets to be compiled
     - added support for sass and scss stylesheet languages
     - the stylesheets files are now copied to ".web/styles/" at compile time
     - relock poetry file for libsass deps
     - stylesheet compiler unit tests also check the contents of the file
    KronosDev-Pro committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    0681cc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix f-string bug

    KronosDev-Pro committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    707f345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e645d0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7687d View commit details
    Browse the repository at this point in the history
  4. revert peotry relock

    KronosDev-Pro committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d6bd371 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    df9818c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370b138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bdea04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4df9d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

Commits on Nov 11, 2024

  1. fix f-string

    KronosDev-Pro committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    13b21a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0223081 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    4fae418 View commit details
    Browse the repository at this point in the history
  2. [IMPL] - added support for sass and scss stylesheet languages

     - better checking of stylesheets to be compiled
     - added support for sass and scss stylesheet languages
     - the stylesheets files are now copied to ".web/styles/" at compile time
     - relock poetry file for libsass deps
     - stylesheet compiler unit tests also check the contents of the file
    KronosDev-Pro committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    613e130 View commit details
    Browse the repository at this point in the history
  3. fix f-string bug

    KronosDev-Pro committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    81dab90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e815903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e32fcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ca363c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6898a26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59a0cbf View commit details
    Browse the repository at this point in the history
  9. remove useless f-string

    KronosDev-Pro committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6a2a5ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f04431a View commit details
    Browse the repository at this point in the history
  11. fix f-string

    KronosDev-Pro committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3b403cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b8e2ddd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b46852 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ff18003 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0dde556 View commit details
    Browse the repository at this point in the history