mirror of
https://github.com/Stability-AI/StableStudio.git
synced 2026-05-18 07:55:54 +08:00
10 lines
285 B
JavaScript
10 lines
285 B
JavaScript
// This project includes code from `caniuse-lite` by Ben Briggs, available under a CC BY 4.0 license.
|
|
// The original work can be found at the repository: https://github.com/browserslist/caniuse-lite.
|
|
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|