Giter Club home page Giter Club logo

gulp-sass-external-variables's Introduction

Hey there…

I head up design and f/e engineering for enterprise B2B software teams - most recently at a FTSE250 corp, in London, UK working within the commodities and shipping space

  • Design systems + Design Ops
  • Product/Service Design
  • Engineering: React, Angular and Aurelia frameworks. Typescript, Vanila JS + Node

GitHub stats

Top Langs

Current Side Projects

Name Description
project-beardy Electron and mobile app for scoring cricket matches. Built using Electron, Aurelia and RxDB. See website and ongoing documentation built using the Retype tooling
captain-lama & lama-server Sketch plugin to populate designs with custom marine data. Node service layer in Typescript and Marble JS provides API service layer

Twitter LinkedIn

gulp-sass-external-variables's People

Contributors

pete-hotchkiss avatar

Watchers

 avatar  avatar

gulp-sass-external-variables's Issues

Convert complex object types to SASS maps

ie

{ 'foo': { 'bar': 123, 'fee': 987, 'fum': { 'name': 'tom', 'age': 100 } } }

should become

$foo: ( "bar": 123, "fee":987, "fum": ( "name": "tom", "age": 100 ) )

allow options argument object to contain additional configuration settings

  • should arrays be flattened to lists or create itterative variables
  • should object parse defined structure with 'meta' data type objects - i.e.
{ 
  "object": { "type": "string", "parse": "string", value": "this a string" },
  "another-object": { "type": "array", "parse": "array", "value": [ "gold", "silver", "bronze" ] }
  "yet-another-one": { "type": "object", "pat": "map", "value": ...

where pat == parsed as type - to determine what to do with it

Get tests working

  • package instanbull isn't listed as dependency so CI will fail
  • tests are provisioned to pass for the new object parsing structure

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.