@pnx-mixtape/drupal
v1.0.9
Published
drupal component
Downloads
320
Keywords
Readme
@pnx-mixtape/drupal
Helper components for Drupal specific elements.
Installation
npm install @pnx-mixtape/drupal --save
How to use
CSS
- PostCSS workflow:
@import '@pnx-mixtape/drupal';
- Native CSS:
@import url('dist/drupal.css');
- Link tag:
<link href="dist/drupal.css" rel="stylesheet" type="text/css">