Skip to content

Commit

Permalink
Merge pull request #145 from movableink/nicksteffens/sc-90836/tailwin…
Browse files Browse the repository at this point in the history
…d-styles-continued

chore(deps): bump tailwind-config to 3.1.1
  • Loading branch information
nicksteffens authored Aug 14, 2023
2 parents c75386d + 6f0a441 commit a31950e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
17 changes: 16 additions & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@
<script src="./testem.js"></script>
<script src="./assets/vendor.js"></script>
<script>runningTests = true; Ember.testing=true;</script>
<script src="./assets/dummy.js"></script>
<script src="./assets/dummy.js"></script>
<script>
(function() {
var srcUrl = null;
var host = location.hostname || 'localhost';
var defaultPort = location.protocol === 'https:' ? 443 : 80;
var port = 9999;
var path = '';
var prefixURL = '';
var src = srcUrl || prefixURL + '/_lr/livereload.js?port=' + port + '&host=' + host + path;
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = location.protocol + '//' + host + ':9999' + src;
document.getElementsByTagName('head')[0].appendChild(script);
}());
</script>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@movable/eslint-config": "^2.0.0",
"@movable/eslint-config-ember": "^1.0.1",
"@movable/prettier-config": "^1.0.0",
"@movable/tailwind-config": "^3.1.0",
"@movable/tailwind-config": "^3.1.1",
"@movable/template-lint-plugin": "^3.0.2",
"@mozaic-ds/postcss-sass": "4.0.0-next.0",
"@percy/cli": "^1.16.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3064,7 +3064,7 @@ __metadata:
"@movable/eslint-config": ^2.0.0
"@movable/eslint-config-ember": ^1.0.1
"@movable/prettier-config": ^1.0.0
"@movable/tailwind-config": ^3.1.0
"@movable/tailwind-config": ^3.1.1
"@movable/template-lint-plugin": ^3.0.2
"@mozaic-ds/postcss-sass": 4.0.0-next.0
"@percy/cli": ^1.16.0
Expand Down Expand Up @@ -3170,10 +3170,10 @@ __metadata:
languageName: node
linkType: hard

"@movable/tailwind-config@npm:^3.1.0":
version: 3.1.0
resolution: "@movable/tailwind-config@npm:3.1.0"
checksum: 5270e08e1d721a48d0f77e0dae533213734248eba15bd9b02dd67ce02db704027cc3d5aa3dbda51755fc01c03290738d989ebaf3af85a4c717f78fe102d05fb3
"@movable/tailwind-config@npm:^3.1.1":
version: 3.1.1
resolution: "@movable/tailwind-config@npm:3.1.1"
checksum: 7126a92f8b8f4dfacff1a71969372f84c2f6f903df00884dfa9a5cdcad955c575c3d53833da332c4ba6e3dccac6401ad5256ba5f4875df32c79e26cca2a19aae
languageName: node
linkType: hard

Expand Down

0 comments on commit a31950e

Please sign in to comment.