mirror of
https://git.oceanpay.cc/danial/kami_apple_exchage.git
synced 2025-12-18 22:29:09 +00:00
- Changed PostCSS configuration to use default export syntax. - Updated layout to import global CSS and main SASS files. - Added new global CSS file for Tailwind directives. - Created main SASS file with Apple design guidelines and Tailwind integration. - Modified Tailwind configuration to use ES module export.
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|