Skip to content

Commit

Permalink
add img to dist
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <[email protected]>
  • Loading branch information
micahchiang committed Dec 18, 2024
1 parent 2b9888e commit f57284e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/css/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 11 Dec 2024 15:09:52 GMT
* Generated on Wed, 18 Dec 2024 16:54:03 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/scss/variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 11 Dec 2024 15:09:52 GMT
// Generated on Wed, 18 Dec 2024 16:54:03 GMT

$xsmall-screen: 320px;
$small-screen: 481px;
Expand Down
5 changes: 3 additions & 2 deletions packages/css-library/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@department-of-veterans-affairs/css-library",
"version": "0.16.1",
"version": "0.16.1-rc1",
"description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
"packageManager": "[email protected]",
"files": [
"dist/**/*.css",
"dist/**/*.scss",
"dist/**/*.json",
"dist/fonts/*"
"dist/fonts/*",
"dist/img/*"
],
"scripts": {
"build:tokens": "style-dictionary build",
Expand Down

0 comments on commit f57284e

Please sign in to comment.