@webappwriter/not-alphabet-rocket-theme

0.1.5 • Public • Published

notAlphabet Rocket Theme

This is a theme/preset for Rocket.

It is a rocket theme, inspired by the look of abc.xyz

Installation

npm i -D @webappwriter/not-alphabet-rocket-theme

Add it to your 👉 rocket.config.js, perhaps like so, assuming you are also using rocketLaunch().

The order is important. rocketLaunch() would need to come first.

import { rocketLaunch } from '@rocket/launch';
import { notAlphabetTheme } from '@webappwriter/not-alphabet-rocket-theme';

export default {
  presets: [rocketLaunch(), notAlphabetTheme()],
};

/@webappwriter/not-alphabet-rocket-theme/

    Package Sidebar

    Install

    npm i @webappwriter/not-alphabet-rocket-theme

    Weekly Downloads

    12

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    1.1 MB

    Total Files

    18

    Last publish

    Collaborators

    • petewalktown