API
++ We agonize over the right abstractions so your teams don’t need to + stitch together disparate systems or spend months integrating + payments functionality. +
++ {{ api.description }} +
+
+
+/*
+ ** TailwindCSS Configuration File
+ **
+ ** Docs: https://tailwindcss.com/docs/configuration
+ ** Default: https://github.com/tailwindcss/tailwindcss/blob/master/stubs/defaultConfig.stub.js
+ */
+module.exports = {
+ future: {
+ removeDeprecatedGapUtilities: true,
+ purgeLayersByDefault: true,
+ },
+ experimental: "all",
+ dark: "class",
+ corePlugins: {
+ float: false,
+ clear: false,
+ transitionDelay: false,
+ skew: false,
+ },
+}
+
+