lit-css

Build Plugins for CSS tagged-template-literals

MIT License

Downloads
159.8K
Stars
47
Committers
7

Bot releases are visible (Hide)

lit-css - [email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • 5dec94c: Bump dependency
lit-css - [email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • 5dec94c: Bump dependency
lit-css - [email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • 5dec94c: Bump dependency
lit-css - @pwrs/[email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • d4ff2ca: Fixed the transform function signature's types.
lit-css - [email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • 2b27339: Add a second parameter to the transform function which contains a filePath property, for use in error reporting, sourcemaps, etc.

Patch Changes

lit-css - @pwrs/[email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • 2b27339: Add a second parameter to the transform function which contains a filePath property, for use in error reporting, sourcemaps, etc.
lit-css - [email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • 2b27339: Add a second parameter to the transform function which contains a filePath property, for use in error reporting, sourcemaps, etc.

Patch Changes

lit-css - [email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • 2b27339: Add a second parameter to the transform function which contains a filePath property, for use in error reporting, sourcemaps, etc.

Patch Changes

  • 2b27339: Fix lit-css-loader options which previously had to be wrapped in an object under options.options

    Before

    module: {
      rules: [{
        test: /\.css$/,
        loader: 'lit-css-loader',
        options: {
          options: {
            uglify: true,
          },
        },
      }],
    },
    

    After

    module: {
      rules: [{
        test: /\.css$/,
        loader: 'lit-css-loader',
        options: {
          uglify: true,
        },
      }],
    },
    
  • Updated dependencies [2b27339]

lit-css - @pwrs/[email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • 1242fc1: Add support for transforms like Sass or PostCSS.

    See individual packages READMEs for examples.
    TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

lit-css - [email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • 1242fc1: Add support for transforms like Sass or PostCSS.

    See individual packages READMEs for examples.
    TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

Patch Changes

lit-css - [email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • 1242fc1: Add support for transforms like Sass or PostCSS.

    See individual packages READMEs for examples.
    TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

Patch Changes

lit-css - [email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • 1242fc1: Add support for transforms like Sass or PostCSS.

    See individual packages READMEs for examples.
    TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

Patch Changes

lit-css - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

  • 4e346e2: Fixed typings for plugin options
lit-css - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

  • 4e346e2: Fixed typings for plugin options