nuxt-milligram

0.1.18 • Public • Published

nuxt-milligram

npm (scoped with tag) npm

The minimalist CSS framework as a Nuxt module

DEPRECATED: Please used the built-in nuxt functionality for adding CSS libs instead. It's far more flexible! E

Example below.

Nuxt Example

Add the dependency

From your terminal, in your Nuxt project directory:

yarn add milligram

or

npm install --save milligram 

Update nuxt.config.js

In the root directory of your Nuxt project, edit the nuxt.config.js file like so.

module.exports = {
  modules: [
    // your modules here
  ],
 
  // Add the following paths to your list of custom css files
  css: [
    'normalize.css/normalize.css',
    'milligram/dist/milligram.css'
  ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-milligram

Weekly Downloads

2

Version

0.1.18

License

MIT

Last publish

Collaborators

  • brianegan