0.9.0 • Published 9 months ago

@aklesky/postcss-config v0.9.0

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

PostCSS Configuration Preset

Installation

npm

npm install @aklesky/postcss-config

yarn

yarn add @aklesky/postcss-config

Usage

tsconfig.json

{
// ...
    "ts-node": {
        "moduleTypes": {
            "postcss.config.ts": "cjs"
        }
    },
//...
}

postcss.config.ts

import setup from '@aklesky/postcss-config/config.js'

export default {
    ...setup(),
}

Usage with @aklesky/tailwind-config

postcss.config.ts

import setup from '@aklesky/postcss-config/config.js'
import tailwind from '@aklesky/tailwind-config/plugin.js'

const config = setup({})

export default {
    ...config,
    plugins: [...config.plugins, tailwind()],
}
0.9.0

9 months ago

0.8.0

9 months ago

0.7.14

9 months ago

0.7.11

9 months ago

0.7.13

9 months ago

0.7.12

9 months ago

0.7.10

9 months ago

0.7.9

9 months ago

0.7.6

9 months ago

0.7.5

9 months ago

0.7.8

9 months ago

0.7.7

9 months ago

0.6.7

12 months ago

0.7.2

12 months ago

0.7.1

12 months ago

0.7.3

12 months ago

0.7.0

12 months ago

0.6.3

1 year ago

0.6.2

2 years ago