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: ericf/css-stringify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: reworkcss/css-stringify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 49 files changed
  • 5 contributors

Commits on Mar 12, 2014

  1. Add support for @font-face, which should not be considered a selector

    This change stringifies `@font-face` at-rules, instead of treating them as a standard rule with `@font-face` being the selector.
    
    Relates reworkcss/css-parse#75
    ericf committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    89c7ca8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2014

  1. Merge pull request reworkcss#32 from ericf/font-face

    Add support for @font-face, which should not be considered a selector
    tj committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    a7fe6de View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Embed source file content in source map

    Depends on latest css-stringify git master
    conradz committed May 23, 2014
    Configuration menu
    Copy the full SHA
    f73fd3a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. Fix path to css-parse in Readme

    Nicolas Gallagher committed May 28, 2014
    Configuration menu
    Copy the full SHA
    72ced9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request reworkcss#33 from reworkcss/embed-source-content

    Embed source file content in source map
    necolas committed May 28, 2014
    Configuration menu
    Copy the full SHA
    b040eb0 View commit details
    Browse the repository at this point in the history
  3. Apply original source maps from source files

    conradz authored and Nicolas Gallagher committed May 28, 2014
    Configuration menu
    Copy the full SHA
    8c63bd1 View commit details
    Browse the repository at this point in the history
  4. Add tests for applying source maps and refactor

    conradz authored and Nicolas Gallagher committed May 28, 2014
    Configuration menu
    Copy the full SHA
    be22c40 View commit details
    Browse the repository at this point in the history
  5. Remove leftover assertions

    Nicolas Gallagher committed May 28, 2014
    Configuration menu
    Copy the full SHA
    b7bf89a View commit details
    Browse the repository at this point in the history
  6. Add support for @host

    Nicolas Gallagher committed May 28, 2014
    Configuration menu
    Copy the full SHA
    e809b04 View commit details
    Browse the repository at this point in the history
  7. Add support for @Custom-Media

    Fix #34
    Nicolas Gallagher committed May 28, 2014
    Configuration menu
    Copy the full SHA
    f38a30f View commit details
    Browse the repository at this point in the history
  8. Remove Component(1) support

    Source maps support required the removal of client-side support. Not
    very useful on the client-side anyway.
    Nicolas Gallagher committed May 28, 2014
    Configuration menu
    Copy the full SHA
    3cfdda9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Fix embedding source file contents in source maps and add tests

    Somehow these had been added in reworkcss#33 but lost in a later merge.
    conradz committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    87d6994 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Depend on 'css' and remove migrated code

    All the stringify code and tests are now part of the 'css' package. From
    now on, 'css-stringify' will merely export the `stringify` method of 'css'.
    Recommended that you depend on 'css' directly.
    Nicolas Gallagher committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    2180c2e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2014

  1. Update 'css' to 2.0.0

    Nicolas Gallagher committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    58d4e82 View commit details
    Browse the repository at this point in the history
  2. 2.0.0

    Nicolas Gallagher committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    b78e374 View commit details
    Browse the repository at this point in the history
Loading