@rypen-dev/dealer-shared-components
v1.0.41
Published
Shared styles and Vuejs ui components for dealer sites built on the Rypen framework.
Downloads
18
Readme
@rypen-dev/dealer-shared-components
Shared styles and Vuejs ui components for dealer sites built on the Rypen framework.
Install
$ npm install @rypen-dev/dealer-shared-components
Usage
Shared styles
In the project's .scss file, import the shared styles from the package.
@import '~@rypen-dev/dealer-shared-components/scss/styles';
To reference the shared variables, include the reference line in other .scss files.
/// <reference path="../../node_modules/@rypen-dev/dealer-shared-components/scss/variables" />