0.5.0 • Published 5 years ago

@titan-tooling/postcss-config v0.5.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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

0.5.0

5 years ago

0.3.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.8

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago