@perennia/utilities-and-defaults
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Perennia Utilities and Default Styles

This package provides a comprehensive set of utility classes, mixins, and default styles for Perennia projects.

Requirements

Ensure SASS is installed as a dependency in root project. If not, run the following command:

npm install sass

Installation

To add the utilities to your project, run the following command:

npm install @perennia/utilities-and-defaults

Usage

  1. Import into App.tsx:

Simply add the following line to the top of your App.tsx file:

import "../styles/perennia.scss";
  1. Import into styles/main.scss:

Simply add the following line to the top of your styles/main.scss file:

@import "./perennia.scss";

Updating

To fetch the most recent version of the package, run the following command:

npm update @perennia/utilities-and-defaults

This will replace the current files within the abstracts, base, and typography folders with the most recent versions.

Internal Use Notice

Copyright 2023 Perennia Food and Agriculture Corporation. All Rights Reserved.

This package is intended for internal use only. Developers are requested not to copy, modify, distribute or use this package outside of its intended use within the corporation.

Please respect the work and intentions of our design and development teams. If you have questions or wish to use this package in a manner not covered by this notice, please consult with the relevent internal team.

Readme

Keywords

none

Package Sidebar

Install

npm i @perennia/utilities-and-defaults

Weekly Downloads

2

Version

1.1.0

License

UNLICENSED

Unpacked Size

20.5 kB

Total Files

13

Last publish

Collaborators

  • adcanis
  • perennia-devops