3.0.2 • Published 6 years ago

wocss-starter-kit v3.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

This module is DEPRECATED

This module has been moved to the monorepo wocss (and renamed to @wocss/starter-kit)

Starter Kit

The wocss-starter-kit simply ties together a few key dependencies that are usually the starting point for any new project.

Install using npm:

$ npm install wocss-starter-kit --save

Usage

With a tool like webpack you can import all modules writing:

// SETTINGS
@import "~wocss-settings-global";
@import "~wocss-settings-colors";
@import "~wocss-settings-breakpoints";
@import "~wocss-settings-typography";

// TOOLS
@import '~wocss-tools-bem-constructor';
@import '~wocss-tools-mq';

// GENERIC
@import '~wocss-generic-sanitize';