@pnx-mixtape/base
v6.2.2
Published
Base styles and variables
Downloads
298
Keywords
Readme
@pnx-mixtape/base
Documentation and examples: Base
Installation
npm install @pnx-mixtape/base --save
How to use
CSS
- PostCSS workflow:
@import '@pnx-mixtape/base';
- Native CSS:
@import url('dist/base.css');
- Link tag:
<link href="dist/base.css" rel="stylesheet" type="text/css">