Skip to content

Project-specific helper scripts for use with bebbi-scripts

License

Notifications You must be signed in to change notification settings

gigmade/gig-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gig-utils

Purpose: more and project-specific configuration, by using bebbi-scripts functions and adding utilities on top.

Contents

Babel

To use, add to package.json:

"babel": {
  "presets": [
    "gig-utils/babel"
  ]
},

storybook (tailwind)

To use,

  • add babel config above
  • add .storybook/main.js:
module.exports = require('gig-utils/sbMain')
  • add .storybook/preview.js:
require('./preview.css')

module.exports = require('gig-utils/sbPreview')
  • add .storybook/preview.css:
@tailwind base;
@tailwind components;
@tailwind utilities;

About

Project-specific helper scripts for use with bebbi-scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published