@pnx-mixtape/drupal

drupal component

Usage no npm install needed!

<script type="module">
  import pnxMixtapeDrupal from 'https://cdn.skypack.dev/@pnx-mixtape/drupal';
</script>

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';
  • Sass/Eyeglass: @import 'mixtape-drupal';
  • Native CSS: @import url('dist/drupal.css');
  • Link tag: <link href="dist/drupal.css" rel="stylesheet" type="text/css">