@deg-skeletor/plugin-postcss

1.1.0 • Public • Published

Skeletor PostCSS Plugin

Build Status

This plugin transforms CSS using PostCSS and is part of the Skeletor ecosystem. To learn more about Skeletor, go here.

Installation

Install this plugin into your Skeletor-equipped project via the following terminal command:

    npm install --save-dev git+https://git@github.com/deg-skeletor/skeletor-plugin-postcss.git

Configuration

Example Configuration

{
	"files": [
		{
			"src": "source/css/styles.css",
			"dest": "dist/css/styles.css"
		}
	],
	"plugins": [
	    require('cssnext')
		require('cssnano')
	]
}

Configuration Options

files

Type: Array An array of one or more file objects, each containing src and dest properties. A file object represents a source CSS file that will be transformed by PostCSS and written to the specified destination filepath.

plugins

Type: Array An array of one or more PostCSS plugins. These plugins will be passed directly to PostCSS. Note: you will need to install these PostCSS plugins into your project in order to use them.

Package Sidebar

Install

npm i @deg-skeletor/plugin-postcss

Weekly Downloads

7

Version

1.1.0

License

ISC

Unpacked Size

16.2 kB

Total Files

9

Last publish

Collaborators

  • heaper
  • briangraves
  • aladage
  • jlawhorn
  • alejcerro