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

Initial work towards native css support #14894

Merged
merged 26 commits into from
Dec 17, 2021
Merged

Initial work towards native css support #14894

merged 26 commits into from
Dec 17, 2021

Commits on Dec 2, 2021

  1. add css tokenizer

    sokra committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    aa842de View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. css generation and hmr

    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    77b5589 View commit details
    Browse the repository at this point in the history
  2. add support for url() in css

    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    8ae9507 View commit details
    Browse the repository at this point in the history
  3. add test case

    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    110e804 View commit details
    Browse the repository at this point in the history
  4. add support for @import

    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    8e5109d View commit details
    Browse the repository at this point in the history
  5. resolve todos, nitpicks

    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e67ab7f View commit details
    Browse the repository at this point in the history
  6. add support for external css

    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3c9801a View commit details
    Browse the repository at this point in the history
  7. use comma instead of space

    test dev mode too
    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    fe00130 View commit details
    Browse the repository at this point in the history
  8. add todo

    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    bab5563 View commit details
    Browse the repository at this point in the history
  9. bugfixes, external assets

    sokra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b9c6691 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

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

Commits on Dec 15, 2021

  1. add basic css modules support

    sokra committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    bdf4d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f5d44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5676030 View commit details
    Browse the repository at this point in the history
  4. add future test cases

    sokra committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    631ec66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdd5d3d View commit details
    Browse the repository at this point in the history
  6. update example

    sokra committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    b5b92dc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    54fff4d View commit details
    Browse the repository at this point in the history
  2. allow nested @media

    sokra committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    b5c0c19 View commit details
    Browse the repository at this point in the history
  3. add large css test case

    sokra committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    111210f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. nitpicks

    sokra committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    284d536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7806aa5 View commit details
    Browse the repository at this point in the history
  3. add output.cssChunkFilename

    sokra committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    1678469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    277a8bb View commit details
    Browse the repository at this point in the history
  5. avoid hoisting css externals

    sokra committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    f37ce4e View commit details
    Browse the repository at this point in the history
  6. only compute order once

    emit warnings even when output is cached
    sokra committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    5c65d84 View commit details
    Browse the repository at this point in the history