Skip to content

Commit 3a670e6

Browse files
committed
feat: Add UIKit custom styles and fix font copy for Netlify
1 parent 471f47c commit 3a670e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"postinstall": "yarn setup && yarn compile-sass && yarn compile-js",
44
"setup": "cp -r ./node_modules/atomic-package ./assets/ && yarn font:link && yarn uikit:css",
55
"uikit:css": "make-dir css && cp ./node_modules/uikit/dist/css/uikit.min.css ./css/theme_uikit.css",
6-
"font:link": "symlink-dir ./assets/atomic-package/dist/font ./font",
6+
"font:link": "cp -r ./assets/atomic-package/dist/font ./font",
77
"compile-sass": "make-dir css && yarn sass",
88
"sass": "sass scss/atomic-package-docs.scss css/theme.css && yarn autoprefixer",
99
"watch:sass": "watch 'npm run sass' scss",

0 commit comments

Comments
 (0)