wocss-base-defaultsdeprecated

[DEPRECATED] wocss' defaults base-level styling.

Usage no npm install needed!

<script type="module">
  import wocssBaseDefaults from 'https://cdn.skypack.dev/wocss-base-defaults';
</script>

README

This module is DEPRECATED

See the starter-kit

Defaults

Base

The wocss-base-defaults module is a very high-level module which styles are very basic, global, page-level aspects such at the project’s base font-size and line-height, typography elements and form styles.

Install using npm:

$ npm install wocss-base-defaults --save

Usage

With a tool like webpack you can import this module writing:

// dependencies imports

@import '~wocss-base-defaults';

Dependencies