Skip to content

Crisp style is a simple, clean, and functional set of styles which will get your project up and running quickly.

Notifications You must be signed in to change notification settings

ramijames/crisp-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

crisp-style

A set of standard styles for use in web-based projects.

Basic use

You need to import the library using:

npm install --save crisp-style

Then you need to import the library into your project, preferably in the main.js file:

import CrispStyle from 'crisp-style';

Updating in NPM

Since we are already up and running you can add components as necessary into "./components". Make sure to do so in a branch, and then commit and create a PR.

You simply have to run the build script, then publish.

npm run build-bundle

Once you are ready to publish, bump the version and publish to npm using:

npm publish --access public

About

Crisp style is a simple, clean, and functional set of styles which will get your project up and running quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published