Skip to content

Commit

Permalink
ad missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Oct 7, 2023
1 parent 1040f61 commit 822f38f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/lib/ast/features/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export { InlineCssVariables } from './inlinecssvariables.js';
export { ComputeShorthand } from './shorthand.js';
export { ComputeCalcExpression } from './calc.js';
8 changes: 8 additions & 0 deletions dist/lib/ast/utiles/minifyfeature.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class MinifyFeature {
static get ordering() { return 10000; }
register(options) { }
run(ast, options = {}, parent, context) {
}
}

export { MinifyFeature };

0 comments on commit 822f38f

Please sign in to comment.