One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
namespace Pantone | |
/// color adapted to https://github.com/damonbauer/Pantone-Sass/blob/master/sass/partials/_pantone-coated.scss | |
type PantoneColorEnum = | |
| ``PMS-Yellow-C`` = 0xfedd00 | |
| ``PMS-Yellow-012-C`` = 0xffd700 | |
| ``PMS-Orange-021-C`` = 0xfe5000 | |
| ``PMS-Warm-Red-C`` = 0xf9423a | |
| ``PMS-Red-032-C`` = 0xef3340 | |
| ``PMS-Rubine-Red-C`` = 0xce0058 | |
| ``PMS-Rhodamine-Red-C`` = 0xe10098 |
#if FAKE | |
#r "paket: | |
nuget Fake.Core.Target | |
nuget Fake.DotNet.Cli | |
nuget ExcelDna.Interop | |
nuget ExcelDna.Integration | |
nuget Fake.DotNet.MSBuild //" | |
#endif | |
#if !FAKE | |
#r "netstandard" // windows |