Skip to content

Commit

Permalink
feat!: deprecate vars and expressvars from monorepo structure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
castastrophe committed Nov 1, 2023
1 parent 57d5c3e commit 75c20bc
Show file tree
Hide file tree
Showing 233 changed files with 253 additions and 328,707 deletions.
6 changes: 1 addition & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@
**/node_modules

components/*/dist
components/expressvars/custom.css
components/expressvars/css/**/*.css
components/vars/css/**/*.css
components/vars/custom.css
components/tokens/custom-*/*.css
tools/preview/storybook-static/**
generator
dist
template.hbs
*.hbs

site/includes/*.js

Expand Down
3 changes: 0 additions & 3 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
components/**/*-generated.css
components/tokens/*
components/vars/*
components/express/*
components/expressvars/*
components/site/*
Loading

0 comments on commit 75c20bc

Please sign in to comment.