@perennia/utilities-and-defaults
v1.1.3
Published
This package provides a comprehensive set of utility classes, mixins, and default styles for Perennia projects.
Downloads
20
Readme
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
- Import into
App.tsx
:
Simply add the following line to the top of your App.tsx
file:
import "../styles/perennia.scss";
- 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.