smooth-plugin-css

Smooth plugin to add support for css loading

Usage no npm install needed!

<script type="module">
  import smoothPluginCss from 'https://cdn.skypack.dev/smooth-plugin-css';
</script>

README

smooth-plugin-css

A Smooth plugin for CSS with built-in server-side rendering support.

Install

npm install smooth-plugin-css

Usage

Edit smooth.config.js:

// smooth.config.js
module.exports = {
  plugins: [
    {
      resolve: `smooth-plugin-css`,
      options: {
        // Add any options here
      },
    },
  ],
}