All Projects → FundingCircle → sass-common

FundingCircle / sass-common

Licence: BSD-3-Clause License
Common Sass mixins and files

Programming Languages

CSS
56736 projects
HTML
75241 projects
Smarty
1635 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to sass-common

oskrhq-design-system
A mostly reasonable although opinionated approach to building responsive Digital Interfaces sharing the same anatomy.
Stars: ✭ 60 (+361.54%)
Mutual labels:  styleguide
papyrum
Papyrum is a tool that will help you in the creation of your design system, style guide or in the documentation of your project based on react
Stars: ✭ 19 (+46.15%)
Mutual labels:  styleguide
ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (+22146.15%)
Mutual labels:  styleguide
python
Python Style Guide
Stars: ✭ 49 (+276.92%)
Mutual labels:  styleguide
flask-styleguide
A living Styleguide for your Flask application
Stars: ✭ 47 (+261.54%)
Mutual labels:  styleguide
frontend-handbook
Our handbook based on 10 years of experience in Frontend/JS development
Stars: ✭ 45 (+246.15%)
Mutual labels:  styleguide
css-stil-rehberi
CSS ve SASS için makul bir yaklaşım
Stars: ✭ 28 (+115.38%)
Mutual labels:  styleguide
styleguide-boilerplate
A project to help Designers build living styleguides with Sass and Hologram.
Stars: ✭ 18 (+38.46%)
Mutual labels:  styleguide
vf-core
A (primarily CSS) framework that targets needs of life science websites and services
Stars: ✭ 16 (+23.08%)
Mutual labels:  styleguide
birdseye
Next generation component catalog
Stars: ✭ 41 (+215.38%)
Mutual labels:  styleguide
melos
A collection of React UI components from YouVersion and the Open Digerati Team
Stars: ✭ 40 (+207.69%)
Mutual labels:  styleguide
graphql-guidelines
GraphQL @ Yelp Schema Guidelines
Stars: ✭ 74 (+469.23%)
Mutual labels:  styleguide
sonar-gherkin-plugin
SonarQube Cucumber Gherkin Analyzer
Stars: ✭ 33 (+153.85%)
Mutual labels:  styleguide
SFMC-Cookbook
How to survive as a developer for Salesforce Marketing Cloud
Stars: ✭ 70 (+438.46%)
Mutual labels:  styleguide
development-standard
Kata Platform Development Standard.
Stars: ✭ 29 (+123.08%)
Mutual labels:  styleguide
VBA-Style-Guide
🎮 Style guideline for writing clean and maintainable VBA.
Stars: ✭ 23 (+76.92%)
Mutual labels:  styleguide
decanter
A collection of front end web resources.
Stars: ✭ 31 (+138.46%)
Mutual labels:  styleguide
flake8-cognitive-complexity
An extension for flake8 that validates cognitive functions complexity
Stars: ✭ 44 (+238.46%)
Mutual labels:  styleguide
flake8-functions
flake8 plugin for validation of function parameters (length, complexity, etc)
Stars: ✭ 32 (+146.15%)
Mutual labels:  styleguide
bashtemplate
A bash template for better bash coding.
Stars: ✭ 75 (+476.92%)
Mutual labels:  styleguide

sass-common

This repository contains all the common sass mixins used across the new FC pages and the FC icon font.

Requirements

  • nodejs
  • npm

How to use

You can easily import this repository into your project using bower. Just amend devDependencies of your project's bower configuration file with:

"devDependencies": {
  "sass-common" : "[email protected]:FundingCircle/sass-common.git#1.0.0"
}

After that, run bower install and you are all set!

Build

Source files are located in src and are built into the build directory. This is dest by default.

Overriding the build path

You may want to override the build path, for example to develop styles on one of the other FundingCircle projects. Override the build path using the environment variable BUILD_PATH. e.g.

$ BUILD_PATH=/path/to/fca-frontend gulp build

Releasing a new version

  1. Bump the version number in both the bower.json and package.json
  2. Run gulp build
  3. Commit and push to a branch
  4. After code review, merge to master and tag with the same version number as you have defined in the config files in step 1.
  5. Enjoy!

Licence

This software is licensed under 3-clause BSD licence. Please see the LICENCE.md for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].