1.2.0 • Published 5 years ago

yetti v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

❄️ yetti

Yetti is a platform-agnostic Less.js library that uses abbreviated properties to make writing CSS faster and less verbose.

Glossary

glossary.less: Contains abbreviated, parametric mixins for commmon CSS properties.

Example:

h1 {
  .fs(6.5rem); // font-size
  .lh(1em); // line-height
  .mb(.75em); // margin-bottom
}

.backgroundImage {
  .abs; // position: absolute
  .t; // top: 0
  .l; // left: 0
}
1.2.0

5 years ago

1.1.11

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago