0.0.5 • Published 3 years ago

@legocss/utilities v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@legocss/utilities

NPM JavaScript Style Guide

Install

npm i --save @legocss/utilities

Usage: WIP

To use these mixins in your own css.

  1. Make sure that you have node-sass installed
  2. Import the mixin file in your .scss file:
@import '@legocss/utilities/mixins.scss';
@import '@legocss/utilities/breakpoints.scss';

.test {
	@include text(var(--type-scale-headline), 1.25, 600, var(--color-primary))
}

License

MIT © morgantaylor

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago