Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

wocss/starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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';

About

[DEPRECATED] A simple, stripped back starter kit for wocss projects

Resources

Stars

Watchers

Forks

Packages

No packages published