Skip to content

CSS custom variable for cork color palette and font base

License

Notifications You must be signed in to change notification settings

cork-elements/cork-style

Repository files navigation

<cork-style>

CSS custom variable for cork color palette and font base

install

yarn install @ucd-lib/cork-styles

Develop

First, make sure you have webpack installed.

npm install -g webpack webpack-cli

Now install both element dependencies and developer dependences (in /demo).

yarn install
cd demo && npm install

Now fireup webpack, this will create a bundle.js file in /demo. Bundle file will automatically rebuild when any required resource changes.

cd demo && npm run dev

Finally, serve demo directory. Recommend http-server.

Install http-server

npm install -g http-server

Serve demo directory

http-server demo

About

CSS custom variable for cork color palette and font base

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published