tailwindcss-preset-base

TailwindCSS base preset for Anchour WordPress / Shopify projects.

Usage no npm install needed!

<script type="module">
  import tailwindcssPresetBase from 'https://cdn.skypack.dev/tailwindcss-preset-base';
</script>

README

Anchour + TailwindCSS Preset

This preset is responsible for much of the base styles used in the Anchour WordPress base theme.

Plugins

In addition to a sensible set of base styles, you also can import individual plugins instead of the whole package.

const buttons = require('@anchour/tailwindcss-preset/dist/button.js');

...

module.exports = {
  plugins: [
    buttons
  ]
}