Trowel Versions Save

⚠️ DEPRECATED. Trowel is a Sass toolkit that allows you to create and use CSS frameworks with the most flexible pattern ever designed.

4.0.4

6 years ago

4.0.3

6 years ago

4.0.2

7 years ago

4.0.0

7 years ago

New way to write declarations, statements, mixins and selectors.

Refer to the new documentation for all the explanations

3.3.0

7 years ago

3.2.0

7 years ago

3.1.0

7 years ago

Before you could add modifiers that would generate selectors with a modifier class on the parent block even when the variable is applied on an element. Now you can add modifier directly on the element in order with the brand new flag ~.

3.0.0

7 years ago

2.1.0

7 years ago

Big optimization has been made into the sass core engine in order to gain speed in css compilation.

2.0.0

7 years ago

Former dependency sassy-maps has been integrated into the trowel-core library in order to :

  • manage maintenance (the sassy-maps reps is not maintained since 3 yrs)
  • use npm/yarn as deps manager without any requirements of bower (sassy-maps was not on the npm registry)

So you not longer need into your scss file to implement sassy-maps before trowel-core file.