1.2.0 • Published 7 years ago

yetti v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 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

7 years ago

1.1.11

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago