rollup-plugin-postcss

Seamless integration between Rollup and PostCSS. (by egoist)

Rollup-plugin-postcss Alternatives

Similar projects and alternatives to rollup-plugin-postcss

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rollup-plugin-postcss alternative or higher similarity.

rollup-plugin-postcss reviews and mentions

Posts with mentions or reviews of rollup-plugin-postcss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-17.
  • React Library Builder using Rollup.js and Storybook
    5 projects | dev.to | 17 Jan 2023
    The React Library Builder supports both SCSS and CSS out of the box, so you can style your components as you normally would. If you want to use CSS modules, you can refer to the rollup-plugin-postcss documentation for more information.
  • Using Fontsource With 11ty
    5 projects | dev.to | 17 Dec 2022
    import { nodeResolve } from "@rollup/plugin-node-resolve"; import postcss from "rollup-plugin-postcss"; import copy from "rollup-plugin-copy"; export default [ { input: "src/js/combine.js", output: { file: "src/js/minified/index.bundle.js", sourcemap: false, } plugins: [ nodeResolve(), postcss({ extract: true, // no way to move output to another folder https://github.com/egoist/rollup-plugin-postcss/issues/250 minimize: true, }), copy({ targets: [ { src: "src/js/minified/index.bundle.css", dest: "src/styles/minified", rename: "fonts.bundle.css", }, ], verbose: true, hook: "writeBundle", }) ], } ];
  • Setting Up a JavaScript Build Process using Rollup
    8 projects | dev.to | 17 Feb 2021
    To process Less files we will use PostCSS, which is a JavaScript build tool for CSS, Less, and other CSS preprocessors. It also comes with a built-in minifier. We can add it to the project with a Rollup plugin:
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 28 Mar 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic rollup-plugin-postcss repo stats
3
668
0.0
29 days ago
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com