Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
kiara_plugin.service / tailwind.config.js
Size: Mime:
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ['./src/kiara_plugin/service/resources/templates/**/*.html',],
  theme: {
    extend: {},
  },
  plugins: [],
}