@flxaco/post
v0.0.15
Published
Post or Article component.
Downloads
1
Readme
@flxaco/post
Post or Article component.
Installation
npm install @flxaco/post --save-dev
How to use
CSS
- PostCSS workflow:
@import '@flxaco/post';
- Native CSS:
@import url('dist/post.css');
- Link tag:
<link href="dist/post.css" rel="stylesheet" type="text/css">