@titan-tooling/postcss-config

0.5.0 • Public • Published

Titan Postcss Config

A reuasble postcss config which gets you quickly setup on projects

Installation

  1. yarn add @titan-tooling/postcss-config --dev
  2. require the config to the postcss.config.js file in the root of the project:
  const titanPostCSS = require('@titan-tooling/postcss-config');

  module.export = titanPostCSS();

Installing with postcss loader

{
  loader: 'postcss-loader',
  options: {
    ident: 'postcss',
    plugins: titanPostCSS(),
  },
},

Features

Dependents (0)

Package Sidebar

Install

npm i @titan-tooling/postcss-config

Weekly Downloads

5

Version

0.5.0

License

ISC

Unpacked Size

3.11 kB

Total Files

7

Last publish

Collaborators

  • matthewclaffey