Skip to content

Commit

Permalink
feat: add support for semantic-ui-offline (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
obar-zik authored Jul 13, 2023
1 parent e670021 commit 27516ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css-patch/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const run = async () => {
return;
}

const cssPackage = hasPackages(["semantic-ui-css", "fomantic-ui-css"]);
const cssPackage = hasPackages(["semantic-ui-css", "fomantic-ui-css", "semantic-ui-offline"]);
if (cssPackage !== undefined) {
console.log(logSymbols.info, `Detected "${cssPackage}" package...`);

Expand Down

0 comments on commit 27516ea

Please sign in to comment.