Skip to content

drop-in replacement for importFrom/exportTo #734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/css-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ body:
- PostCSS Color Hex Alpha
- PostCSS Color Mod Function
- PostCSS Custom Media Queries
- PostCSS Custom Media Queries Import/Export
- PostCSS Custom Properties
- PostCSS Custom Properties Import/Export
- PostCSS Custom Selectors
- PostCSS Custom Selectors Import/Export
- PostCSS Design Tokens
- PostCSS Dir Pseudo Class
- PostCSS Double Position Gradients
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/plugin-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ body:
- PostCSS Color Hex Alpha
- PostCSS Color Mod Function
- PostCSS Custom Media Queries
- PostCSS Custom Media Queries Import/Export
- PostCSS Custom Properties
- PostCSS Custom Properties Import/Export
- PostCSS Custom Selectors
- PostCSS Custom Selectors Import/Export
- PostCSS Design Tokens
- PostCSS Dir Pseudo Class
- PostCSS Double Position Gradients
Expand Down
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,13 @@
- plugins/postcss-trigonometric-functions/**
- experimental/postcss-trigonometric-functions/**

"plugins/import-export":
- plugins/postcss-custom-media-queries-import-export/**
- experimental/postcss-custom-media-queries-import-export/**
- plugins/postcss-custom-properties-import-export/**
- experimental/postcss-custom-properties-import-export/**
- plugins/postcss-custom-selectors-import-export/**
- experimental/postcss-custom-selectors-import-export/**

"sites/postcss-preset-env":
- sites/postcss-preset-env/**
94 changes: 94 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions plugins/postcss-custom-media-import-export/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
package-lock.json
yarn.lock
*.result.css
*.result.css.map
dist/*
1 change: 1 addition & 0 deletions plugins/postcss-custom-media-import-export/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.13.1
Loading