Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddcamp/design-system
Basic Sass code when doing front end stuff for @kollegorna
https://github.com/oddcamp/design-system
Last synced: about 2 months ago
JSON representation
Basic Sass code when doing front end stuff for @kollegorna
- Host: GitHub
- URL: https://github.com/oddcamp/design-system
- Owner: oddcamp
- Created: 2015-03-27T13:08:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T09:15:47.000Z (over 7 years ago)
- Last Synced: 2023-03-12T07:42:07.496Z (almost 2 years ago)
- Language: CSS
- Homepage:
- Size: 5.19 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-DESIGNSYSTEM.md
Awesome Lists containing this project
README
# Kollegorna Design System
Building something for Kollegorna? Good times and much success awaits you! Here's our design system that will get you going quick and easy.
Just include it in your `application.scss` using:
`
@import "normalize-scss";
@import "kollegorna-design-system";
`## Prerequisite: Normalize.css
The design system should be used together with Normalize.css. If you've installed the design system with Bower (which you should) then [appleboy/normalize.scss](https://github.com/appleboy/normalize.scss) will have been downloaded for you.
If it for some reason hasn't then run this:
`$ bower install normalize-scss --save`
## Updating the Design System
If changes has been made to [kollegorna/design-system](https://github.com/kollegorna/design-system) then just run:
`$ bower update`