Skip to content

bognarlaszlo/esbuild-postsass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esbuild-postsass

An esbuild plugin for styling with SASS & PostCSS

Install

npm i -D esbuild-postsass

Usage

import esbuild from 'esbuild'
import postcssConfig from './postcss.config.js'

esbuild.build({
    plugins: [
        postsass(postsassConfig)
    ]
})

If this PostCSS plugin helped you in any way please consider buying me a book @ my buymeacoffee.com page

"Buy Me A Coffee"

TODO:

  • Include tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published