postcss-color-functional-notation

7.0.8last stable release 1 month ago
Complexity Score
High
Open Issues
11
Dependent Projects
36
Weekly Downloadsglobal
5,888,557

License

  • MIT-0
    • Noattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

PostCSS Plugins

We are happy you’re here!

This repository contains plugins, plugin-packs, utilities, CLI tools, … to help you do more with CSS.

PostCSS Preset Env

Read more about PostCSS Preset Env or jump right in :

  • Install postcss-preset-env from npm.
  • Add postcss-preset-env to your configuration:
const postcssPresetEnv = require('postcss-preset-env');

const yourConfig = {
    plugins: [
        /* other plugins */
        /* remove autoprefixer if you had it here, it's part of postcss-preset-env */
        postcssPresetEnv({
            /* pluginOptions */
            features: {},
        })
    ]
}

Overview

  • packages
    • css tokenizers and parsers
    • common utilities
  • PostCSS plugins
  • PostCSS Preset Env
  • Stylelint plugins
  • cli’s
  • sites
  • PostCSS recipes

Our current focus

Standard CSS transforms

We’re trying to bring every reasonable CSS Spec into all the browsers.

First we keep track of new features through the CSSDB (see the repo). Then we do our best to create a PostCSS plugin that can convert that new syntax/function/rules so every browser can understand it.

While it’s not always possible we’re enabling over 50 features with these plugins!

Developer experience

We want it to be easier for you to be effective at writing CSS.
From time to time we will publish plugins that aren’t related to a standard CSS spec but that we think will help developers.

Contributing

Thanks for being willing to contribute! Please read our contributing guide!

Acknowledgements

We could not do this work without the contributions of the community.
We appreciate all of you!

We want to thank:

  • everyone who submits bug reports and feature requests
  • everyone who contributes code
  • everyone who contributes financially:
    • Open Collective
    • GitHub Sponsors
    • Thanks.dev
    • Stackaid

We also want to thank these organizations and people for making their tools available to Open Source maintainers:

  • OrbStack
  • GitHub Copilot

Dependencies

No runtime dependency information found for this package.

CVE IssuesActive
0
Scorecards Score
5.70
Test Coverage
No Data
Follows Semver
Yes
Github Stars
948
Dependenciestotal
5
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No
Repo Audits
No

Learn how to distribute postcss-color-functional-notation in your own private NPM registry

npm config set registry  https://npm.cloudsmith.com/owner/repo
Processing...
Done
npm install postcss-color-functional-notation
Processing...
Done

Releases

Loading Version Data
NPM on Cloudsmith

Getting started with NPM on Cloudsmith is fast and easy.