0.1.1-alpha.59 • Published 5 years ago

smooth-plugin-css v0.1.1-alpha.59

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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
      },
    },
  ],
}