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 Oct 31, 2023
1 parent 17b3374 commit 6df5b6a
Show file tree
Hide file tree
Showing 231 changed files with 254 additions and 328,697 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/**
tools/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 6df5b6a

Please sign in to comment.