wocss-starter-kit

[DEPRECATED] wocss starter kit

Usage no npm install needed!

<script type="module">
  import wocssStarterKit from 'https://cdn.skypack.dev/wocss-starter-kit';
</script>

README

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