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

feat(svelte): Add svelte-preprocess-unocss preprocessor for using UnoCSS in svelte-package [paused] #1725

Closed
wants to merge 91 commits into from

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    12f991f View commit details
    Browse the repository at this point in the history
  2. add sveltekit-rc readme

    jacob-8 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    9515eeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88a830b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f590538 View commit details
    Browse the repository at this point in the history
  5. remove unused code

    jacob-8 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    bc48c5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    139a30a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0718dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88861b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41de467 View commit details
    Browse the repository at this point in the history
  10. remove unused shortcuts

    jacob-8 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    9f3327f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6ffd03 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    68033cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc43aad View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    0c868cd View commit details
    Browse the repository at this point in the history
  2. adding blank unocss.config.ts to other sveltekit example to enable VS…

    …Code extension as well
    jacob-8 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    59bc312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d229e64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32b05e1 View commit details
    Browse the repository at this point in the history
  5. add initial test

    jacob-8 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    eb73c0d View commit details
    Browse the repository at this point in the history
  6. chore: update deps

    antfu committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    25540ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07d0661 View commit details
    Browse the repository at this point in the history
  8. chore: lint

    jacob-8 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0104a9d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e81ebf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fdf6657 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    4751a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f3a33 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'scoped-compilation' of https://github.com/jacob-8/unocss

    …into scoped-compilation
    jacob-8 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0626d97 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    caf1be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a95e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    353f9de View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. add logo to tests

    jacob-8 committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    c7ec15b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fbe51a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2453b3a View commit details
    Browse the repository at this point in the history
  4. simplify transformSFC function to just accepting UnoGenerator and not…

    … UnocssPluginContext - in future when wanting to pass out module ids to the Inspector can just include this alongside code passed back.
    jacob-8 committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ff0e539 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    395a3d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4931bc View commit details
    Browse the repository at this point in the history
  7. update sveltekit-scoped example to more clearly show failings of prev…

    …ious 'svelte-scoped' mode and how new mode solves these
    jacob-8 committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e744405 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b7f24b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7bf79c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    103d12b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9dd8c6 View commit details
    Browse the repository at this point in the history
  12. chore: clean up comments

    jacob-8 committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e889c77 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    e76ddb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d4c48f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036e823 View commit details
    Browse the repository at this point in the history
  4. chore: update docs

    jacob-8 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    83cea3a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'scoped-compilation' of https://github.com/jacob-8/unocss

    …into scoped-compilation
    jacob-8 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    0ac7ec1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. begin to set up preprocessor

    jacob-8 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5641a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d43ed7b View commit details
    Browse the repository at this point in the history
  3. chore: lint fix

    jacob-8 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ea5e4a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28fe942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af10035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3202422 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0979b01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83963c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3306aab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99b06a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56f86a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5fd6585 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ddfd942 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    80a37c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95f52d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c528474 View commit details
    Browse the repository at this point in the history
  4. fix: update pnpm-lock

    jacob-8 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6909d37 View commit details
    Browse the repository at this point in the history
  5. chore: fix externals

    userquin committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a25fe3c View commit details
    Browse the repository at this point in the history
  6. chore: fix externals 2

    userquin committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    af088b9 View commit details
    Browse the repository at this point in the history
  7. chore: fix externals 3

    userquin committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ca773ff View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    7e85dd8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'svelte-preprocess' of https://github.com/jacob-8/unocss

    …into svelte-preprocess
    jacob-8 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    10bbe2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c476b3d View commit details
    Browse the repository at this point in the history
  4. run transformDirectives in the style block because it conflicts with …

    …the regular svelte preprocessor function when run in markup
    jacob-8 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    c4b95be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c7e60b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    2cc8bfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    350e910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c2f3f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a353fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93d8c59 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    f901034 View commit details
    Browse the repository at this point in the history
  2. fix: dev, only hash but not combine mode, handles classes that fail w…

    …hen coming at the beginning of a shortcut name
    jacob-8 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    799fc41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7471626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41ad74f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    aa0aaf6 View commit details
    Browse the repository at this point in the history
  2. move dev hash to back half

    jacob-8 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    b5363a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e97ef View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    85e95bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562a925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3879c09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12274ed View commit details
    Browse the repository at this point in the history
  5. update readme

    jacob-8 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    70254cf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    598f2ae View commit details
    Browse the repository at this point in the history
  2. chore: remove unneeded example since all items are in sveltekit-scope…

    …d and explanation is in svelte preprocessor readme
    jacob-8 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6ceef32 View commit details
    Browse the repository at this point in the history
  3. update lockfile

    jacob-8 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6c933f2 View commit details
    Browse the repository at this point in the history