Skip to content

GrawRadiosondes/ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graw CI

This package contains assets to build a web application that follows the Corporate Identity of Graw Radiosondes.

Contents

  • CSS Styles
    • Colors
      • as root css variables
      • as helper classes with additional shades
        • accent
        • bg
        • border
        • caret
        • decoration
        • outline
        • text
    • Fonts
  • Images
    • Icon
    • Logo
    • Favicon
    • PWA Assets

Installation

npm install @graw/ci

Development

npm install
npm run watch

Release

rm -rf dist
npm run prod
npm version major|minor|patch
npm publish