Licence
Apache-2.0
Version
1.1.1
Deps
1
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)
vui-link
This component contains Sass mixins and CSS that you can use to style links.
Installation
Install from NPM:
npm install vui-link
Install from Bower:
bower install vui-link
Usage
Import the mixins:
@import 'bower_components/vui-link/link.scss'; // or...
@import "node_modules/vui-link/link.scss";
Links:
.app {
a {
@include vui-link;
}
}
For further information on this component and other VUI components, see the docs at ui.valence.d2l.com.
Coding styles
See the VUI Best Practices & Style Guide for information on VUI naming conventions, plus information about the EditorConfig rules used in this repo.