Skip to content

Commit 75c20bc

Browse files
committed
feat!: deprecate vars and expressvars from monorepo structure
BREAKING CHANGE: Removing the vars and expressvars packages - This does not prevent downstream users from consuming the packages at their currently published tag but as no future updates are planned they no longer need to exist in the repository.
1 parent 57d5c3e commit 75c20bc

File tree

233 files changed

+253
-328707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+253
-328707
lines changed

.prettierignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@
44
**/node_modules
55

66
components/*/dist
7-
components/expressvars/custom.css
8-
components/expressvars/css/**/*.css
9-
components/vars/css/**/*.css
10-
components/vars/custom.css
117
components/tokens/custom-*/*.css
128
tools/preview/storybook-static/**
139
generator
1410
dist
15-
template.hbs
11+
*.hbs
1612

1713
site/includes/*.js
1814

.stylelintignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
components/**/*-generated.css
22
components/tokens/*
3-
components/vars/*
4-
components/express/*
5-
components/expressvars/*
63
components/site/*

0 commit comments

Comments
 (0)