0.0.6 • Published 6 years ago

@kunukn/dfds-colors v0.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

DFDS colors

main colors from CDN

load the font by inluding this in html

 <link rel="stylesheet"
       href="https://unpkg.com/@kunukn/dfds-colors/dist/colors.css">

or import it from css

<style>
  @import "https://unpkg.com/@kunukn/dfds-colors/dist/colors.css";
</style>

use the colors in css

.button--primary {
	color: var(--color-white);
	background-color: var(--color-primary-orange);
}

use the styling

<button class="button button--primary">Click here</button>

main colors from npm

  • npm install @kunukn/dfds-colors
  • the files are in node_modules/@kunukn/dfds-colors/dist

load it inluding this in html

<link rel="stylesheet"
      href="node_modules/@kunukn/dfds-colors/dist/colors.css">

demo

more

To see all the available CDN files go to

https://unpkg.com/@kunukn/dfds-colors/

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago