@ryanpiv/core-styles

1.0.0 • Public • Published

core-styles

Helpful variables, functions, mixins I like to use in most of my projects

Local development

To lint and compile Sass: npm run test.

How to publish updates

First, increment the package version in your branch PR

  1. Bump version in package.json and package-lock.json
  2. Add, commit, push

Second, publish the new package version

  1. Merge your (approved) PR into master
  2. Checkout master and pull the latest changes
  3. npm pack
  4. npm publish

Third, make a new release

  1. Go to repo page in Github
  2. Click "Releases" tab
  3. Click "Draft a new release" button
  4. Enter tag version (e.g. v0.0.5)
  5. Enter release title
  6. Draft release description
  7. Click "Publish release" button

Readme

Keywords

none

Package Sidebar

Install

npm i @ryanpiv/core-styles

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

16.8 kB

Total Files

20

Last publish

Collaborators

  • ryanpiv