Skip to content

Commit

Permalink
Merge pull request #29 from brainstormforce/import-fix
Browse files Browse the repository at this point in the history
fix: Styles are not getting applied
  • Loading branch information
vrundakansara authored Aug 12, 2024
2 parents c384684 + 7bc9e74 commit ee04ebe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/utils/withTW.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'd25f85c50e8bb4f75835');
<?php return array('dependencies' => array(), 'version' => '4114bc5c3397a0071e02');
2 changes: 1 addition & 1 deletion dist/utils/withTW.js

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

3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
content: [
"node_modules/@bsf/force-ui/dist/force-ui.js",
],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit ee04ebe

Please sign in to comment.