0.0.15 • Published 5 years ago
@flxaco/post v0.0.15
@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">