Skip to content

Releases: XhmikosR/find-unused-sass-variables

v0.5.0

25 Aug 13:58
Compare
Choose a tag to compare
  • find nested vars (#40)
  • return 1 on cli error (#38)

v0.4.2

21 Aug 16:23
Compare
Choose a tag to compare
  • Fix regex. (#37)
    Previously it wrongfully matched variables even if their name just started with another variable's name.
  • Fix tests

v0.4.1

21 Aug 08:56
Compare
Choose a tag to compare

Fix exit code. (#32)

v0.4.0

21 Aug 08:55
Compare
Choose a tag to compare
  • Update dependencies.
  • Use commander for the CLI
  • Show the help screen if no args are passed.

v0.3.3

28 Mar 22:59
Compare
Choose a tag to compare
0.3.3

v0.3.2

06 Mar 16:45
Compare
Choose a tag to compare
0.3.2

v0.3.1

20 Nov 09:20
Compare
Choose a tag to compare
0.3.1

v0.3.0

29 Oct 13:25
Compare
Choose a tag to compare
  • Add the ability to ignore variables. (#24)

v0.2.1

17 Sep 06:05
Compare
Choose a tag to compare

Ignore YAML markers in Sass files.

v0.2.0

16 Sep 15:33
Compare
Choose a tag to compare

Use postcss-scss to find the variables, thanks to @Johann-S!