1.4.1 • Published 3 months ago

postcss-iconsauce v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

postcss-iconsauce

For more infos go to iconsauce docs.

Installation

To install iconsauce you'll need to run this command

npm i --save-dev @iconsauce/core postcss-iconsauce autoprefixer

PostCSS config

Place a postcss.config.js into the root of your project:

module.exports = {
  plugins: [
    require('postcss-iconsauce'),
    require('autoprefixer'),
  ],
}

CSS entry point

To let iconsauce builds, it needs a css entrypoint with a special at-rule inside:

@iconsauce;

/* You can also add more code for icons here */

At this point, how PostCSS is integrated in yout build system depends on the framework you are using, we will add more reproducible example as soon as possibile:

  • create-react-app
  • Next
  • Angular

PostCSS CLI

If you want to use iconsauce from CLI with PostCSS, install an additional dependency:

npm i --save-dev postcss-cli

Now you can add a script to build in your package.json file.

"scripts": {
  "build:iconsauce": "postcss src/styles/iconsauce.css -o public/styles/iconsauce.css"
}
1.4.1

3 months ago

1.4.0

2 years ago

1.3.0

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.3.0

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.3.1

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago