0.5.0 • Published 4 years ago

@titan-tooling/postcss-config v0.5.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 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

4 years ago

0.3.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.8

4 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago