UNPKG

origin-css

Version:

Origin is FreeAgent’s internal CSS framework. We’re a growing team working across a range of different projects and codebases, and making CSS work at scale is hard. Agreed principles, approaches, and patterns mean we can do better work faster. That’s what

45 lines (44 loc) 1.65 kB
{ "name": "origin-css", "version": "2.1.1", "homepage": "http://fac.github.io/origin", "author": "FreeAgent", "scss": "./assets/scss/origin.scss", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/fac/origin.git" }, "devDependencies": { "grunt": "~0.4.5", "grunt-browser-sync": "^2.1.3", "grunt-build-control": "~0.2.2", "grunt-concurrent": "^2.0.4", "grunt-contrib-copy": "^0.8.2", "grunt-contrib-watch": "~0.6.1", "grunt-sass": "^1.1.0", "grunt-scss-lint": "^0.3.8", "grunt-shell": "^1.1.2", "load-grunt-tasks": "~0.6.0", "time-grunt": "~0.4.0" }, "description": "Origin is FreeAgent’s internal CSS framework. We’re a growing team working across a range of different projects and codebases, and making CSS work at scale is hard. Agreed principles, approaches, and patterns mean we can do better work faster. That’s what Origin gives us. FreeStyle is FreeAgent's internal design system. A design system creates a single point of truth that collates and describes all the elements we work with day-to-day, such as typography, layouts, tone of voice. A design system enables an entire team to work quicker, more consistently, and with more confidence – freeing up time and mind for bigger problems.", "bugs": { "url": "https://github.com/fac/origin/issues" }, "main": "assets/scss/master.scss", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "origin", "css", "freeagent", "freestyle", "design-system", "origincss" ] }