1.1.1 • Published 8 years ago

vui-link v1.1.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
8 years ago

vui-link

Bower version NPM version Build status Dependency Status

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

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.7.1

9 years ago

0.6.0

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago