1.1.1 • Published 9 years ago
vui-link v1.1.1
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.
1.1.1
9 years ago
1.1.0
9 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.7.1
10 years ago
0.6.0
10 years ago
0.5.2
10 years ago
0.5.1
10 years ago
0.5.0
10 years ago
0.4.0
10 years ago
0.3.1
11 years ago
0.3.0
11 years ago
0.2.0
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago
0.0.6
11 years ago
0.0.5
11 years ago
0.0.4
11 years ago