1.76.0 β€’ Published 1 year ago

@mozaic-ds/postcss-prepend v1.76.0

Weekly downloads
629
License
Apache-2.0
Repository
github
Last release
1 year ago

🎨 Getting started

ADEO Design System is a global and collaborative design system that facilitates the designer and developer experience, enabling them to create universal interfaces perfectly aligned with the business strategy of Adeo.

Learn more about the vision and guidelines by visiting the main documentation website.

πŸ“¦ Install

To install the postcss-prepend in your project, you will need to run the following command using npm:

npm install --save-dev @mozaic-ds/postcss-prepend

If you prefer Yarn, use the following command instead:

yarn add -D @mozaic-ds/postcss-prepend

πŸ“ Usage

The postcss-prepend plugin is used in the same way as all PostCSS plugins.

Simply import it into your postcss.config.js configuration file at the root of your project, and then add it to the plugins key in your PostCSS configuration object.

You can then select the content of your choice to be inserted at the beginning of your CSS/SCSS files.

Example:

// postcss.config.js
const MozaicCssPrepend = require('@mozaic-ds/postcss-prepend')

const config = {
  plugins: [
    MozaicCssPrepend(`$mozaic-prepend: true;`),
  ]
}

module.exports = config

πŸ“° Changelog

Releases are managed with GitHub Releases, including the changelog for each one. Access to the Changelog to find out about the detailed changes to each release.

πŸ“£ Stay in touch

🐞 Bugs and feature requests

Have a bug or a feature request? Please open an issue and use the template associated with your request.

πŸ§‘β€πŸ’» Contributors

Owners

ADEO Design System Team

Maintainers

πŸ“„ Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

1.76.0

1 year ago

1.75.0

2 years ago

1.70.0

2 years ago

1.69.0

2 years ago

2.0.0-beta.20

3 years ago

1.60.0

3 years ago

2.0.0-beta.15

3 years ago

2.0.0-rc.14

3 years ago

2.0.0-rc.10

3 years ago

1.47.0

3 years ago

1.44.0

3 years ago

1.14.0

5 years ago

1.11.0

5 years ago

1.0.1

5 years ago

1.0.1-beta.2

6 years ago

1.0.1-alpha.31

6 years ago