postcss-cli

CLI for postcss (by postcss)

Postcss-cli Alternatives

Similar projects and alternatives to postcss-cli

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

postcss-cli reviews and mentions

Posts with mentions or reviews of postcss-cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-14.
  • Browser extensions - adding Tailwind CSS
    5 projects | dev.to | 14 Aug 2022
    This will install the Parcel static file copier and postCSS CLI. We will use these to clean up our build process.
  • Need help getting PostCSS and a plugin working
    2 projects | /r/vuejs | 8 Jul 2022
    First, just want to say I'm pretty new to having a full build-process and the Vue scene in general so apologies for my ignorance on these matters. I've been trying to get postcss-sort-media-queries to work for a solid day now. I cannot get it to run automatically. I installed postcss-cli and manually run it just fine so all the pieces are theoretically there. From my understanding, the postcss-config file doesn't work in Vue3. I have tried the following in package.json: "postcss": { "plugins": { "postcss-sort-media-queries": { "sort": "desktop-first" } } },   I've also tried the following in vue.config.js (please note, I've left all three options I've tried based on various formats I've seen in forums etc): const postcssSortMediaQueries = require("postcss-sort-media-queries"); ... css: { loaderOptions: { postcss: { postcssOptions: { plugins: [ ["postcss-sort-media-queries", {sort: "desktop-first"}], postcssSortMediaQueries({ sort: "desktop-first" }), require("postcss-sort-media-queries")({ sort: "desktop-first" }), ] } }, sass: { additionalData: @import "@/assets/styles/base/_variables.scss"; @import "@/assets/styles/mixins/_mixins.scss"; } } }, ...   There are no errors when running 'npm run build' so I have nothing to go off of as to why it's not firing. Thanks for any and all help!
  • Styling Remix using Tailwind and PostCSS
    5 projects | dev.to | 3 Dec 2021
    postcss-cli
  • Write modern CSS with PostCSS
    6 projects | dev.to | 16 Nov 2021
    CLI: You can also use PostCSS in your terminal with postcss-cli
  • A note from our sponsor - SurveyJS
    surveyjs.io | 28 Mar 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Stats

Basic postcss-cli repo stats
5
811
7.3
about 2 months ago
Power Real-Time Data Analytics at Scale
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.
www.influxdata.com