Initail_Commit
This commit is contained in:
26
postcss.config.js
Normal file
26
postcss.config.js
Normal file
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
"plugins": [
|
||||
[
|
||||
'@csstools/postcss-global-data',
|
||||
{
|
||||
files: ['src/once-ui/styles/breakpoints.scss'],
|
||||
},
|
||||
],
|
||||
"postcss-custom-media",
|
||||
"postcss-flexbugs-fixes",
|
||||
[
|
||||
"postcss-preset-env",
|
||||
{
|
||||
"autoprefixer": {
|
||||
"flexbox": "no-2009"
|
||||
},
|
||||
"stage": 3,
|
||||
"features": {
|
||||
"custom-properties": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"tailwindcss", // Toevoegen van Tailwind CSS
|
||||
"autoprefixer", // Autoprefixer om CSS-compatibiliteit te verbeteren
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user