New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

initio

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

initio

A proper beginning for your stylusneeds.

latest
Source
npmnpm
Version
0.0.1-1
Version published
Weekly downloads
3
-25%
Maintainers
1
Weekly downloads
 
Created
Source

initio

A proper beginning for your stylusneeds.

Install

λ npm install initio

Usage

var app     = require('connect')(),
    stylus  = require('stylus'),
    initio  = require('initio');

function compile(str, path) {
  return stylus(str).set('filename', path)
          .use(initio()).import('initio');
}

app
  .use(stylus.middleware({src: __dirname, compile: compile})
  .listen(8080);

Alternately, you can import the separate stylesheets or initio from within your stylus-files.

@import 'initio'
@import 'initio/animation'
@import 'initio/grid'

Initio uses nib for cross-browser support and resets, so all of the features of nib are readily available to you.

Keywords

stylus

FAQs

Package last updated on 21 Aug 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts