@rypen-dev/dealer-shared-components
v1.0.50
Published
Shared styles and Vuejs ui components for dealer sites built on the Rypen framework.
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-componentsUsage
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" />