Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Releases: Trowel/Trowel

Small fix on trwl theme

20 Jun 07:56
Compare
Choose a tag to compare

remove the restrictive list of file returned by npm

15 Jun 07:16
Compare
Choose a tag to compare

import by default trowel theme

22 Mar 07:48
Compare
Choose a tag to compare
4.0.2

update package version

New API !

18 Mar 18:34
Compare
Choose a tag to compare

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

Refer to the new documentation for all the explanations

Create trowel theme variables

12 Jan 20:45
Compare
Choose a tag to compare
3.3.0

update version

Global settings for synthax

11 Jan 13:09
Compare
Choose a tag to compare
3.2.0

update version

New flag ! `~`

10 Jan 23:00
Compare
Choose a tag to compare

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 ~.

Better config pattern

07 Jan 11:02
Compare
Choose a tag to compare
Merge pull request #25 from Trowel/improvement/20-better-config-pattern

Improvement/20 better config pattern

Performances improvements

07 Jan 10:05
Compare
Choose a tag to compare

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

Dependencies free

05 Jan 00:45
Compare
Choose a tag to compare

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.