0.1.18 • Published 8 years ago

nuxt-milligram v0.1.18

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
8 years ago

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

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.7

8 years ago