Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Common styling elements for all DuckDuckGo properties

License

Notifications You must be signed in to change notification settings

duckduckgo/duckduckgo-styles

Repository files navigation

DuckDuckGo Styles

This package contains the common styling elements used on DuckDucKGo.

e.g. buttons. form elements, inline separators, nav menu

Please note

This repository makes use of a number of includes from compass, and assumes that it will be used in combination with litestrap and thus makes use of a number of the variables therein.

Updating Icon Font

  1. First install deps: npm install
  2. Install fontforge (required by grunt-webfont):
    sudo add-apt-repository ppa:fontforge/fontforge;
    sudo apt-get update;
    sudo apt-get install fontforge;
    
  3. Add new SVG files to /icons/src/svgs
  4. Add new icon to /icons/src/codepoints.json
  5. grunt